Changes in imports

master
Lasse Server 4 years ago
parent 153299a646
commit d08cf196b1
  1. 6
      facebook/accs_to_profiles.py

@ -5,16 +5,14 @@ from getpass import getpass
from os.path import abspath, dirname
from random import randint
from time import sleep
import base64
import json
import requests
# Gör fb-scraper till arbetsmapp
chdir(dirname(dirname(abspath(__file__))))
from arangodb import arango_connect
import config
from helpers import now, nowstamp
from helpers import nowstamp
def used_servers(profiles='profiles'):
cursor = db.aql.execute(

Loading…
Cancel
Save