Update main.py
This commit is contained in:
parent
58d74d473e
commit
c890c838ca
1
main.py
1
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:
|
||||
|
Reference in New Issue
Block a user