From d08cf196b1c9a3a62e64afd3021f9325881a5b49 Mon Sep 17 00:00:00 2001 From: Lasse Server Date: Thu, 16 Sep 2021 14:31:35 +0200 Subject: [PATCH] Changes in imports --- facebook/accs_to_profiles.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/facebook/accs_to_profiles.py b/facebook/accs_to_profiles.py index 3ffbf09..1f50c0b 100644 --- a/facebook/accs_to_profiles.py +++ b/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(