From 58d74d473efcb68d5c2fb742ce614b428172660c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=BF=E4=BC=A6=E4=BC=A6?= Date: Thu, 2 Dec 2021 00:12:14 +0800 Subject: [PATCH] Update main.py --- main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.py b/main.py index d45d766..894418b 100644 --- a/main.py +++ b/main.py @@ -3,7 +3,6 @@ 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: @@ -15,4 +14,4 @@ if __name__ == '__main__': w = watcher.Watcher(directory=config()['watchdog']['dir']) w.run() - \ No newline at end of file +