From c890c838ca9150e04b0ded39c612d86c4beeb332 Mon Sep 17 00:00:00 2001 From: gll19920817 Date: Sat, 4 Dec 2021 11:22:48 +0800 Subject: [PATCH] Update main.py --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 894418b..a88ee28 100644 --- a/main.py +++ b/main.py @@ -3,6 +3,7 @@ import threading from urllib.parse import urlparse from scripts import watcher, webdriver +from config.helper import config if __name__ == '__main__': if len(sys.argv) == 1 or not urlparse(sys.argv[1]).scheme: