From dcfe197250c8aae64893e9555cf86881203cbf73 Mon Sep 17 00:00:00 2001 From: DIGITALCRIMINAL Date: Mon, 23 Sep 2019 06:26:19 +0100 Subject: [PATCH] I always forget to add something. import timeit --- Start Datascraper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Start Datascraper.py b/Start Datascraper.py index 6bfe7ccb..d8e83ab7 100644 --- a/Start Datascraper.py +++ b/Start Datascraper.py @@ -1,4 +1,5 @@ from modules.onlyfans import start_datascraper, create_session, json +import timeit # Open config.json and fill in MANDATORY information for the script to work json_config = json.load(open('config.json'))