kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Port should be an integer
rodzic
4770ebb2ea
commit
b46a7fc4b1
|
@ -33,7 +33,7 @@ def main(argv):
|
||||||
ssl_mode = True
|
ssl_mode = True
|
||||||
|
|
||||||
if opt == '-p':
|
if opt == '-p':
|
||||||
port = arg
|
port = int(arg)
|
||||||
|
|
||||||
if opt == '-d':
|
if opt == '-d':
|
||||||
datastore_path = arg
|
datastore_path = arg
|
||||||
|
|
Ładowanie…
Reference in New Issue