Port should be an integer

pull/11/head
Leigh Morresi 2021-02-21 13:40:48 +01:00
rodzic 4770ebb2ea
commit b46a7fc4b1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -33,7 +33,7 @@ def main(argv):
ssl_mode = True
if opt == '-p':
port = arg
port = int(arg)
if opt == '-d':
datastore_path = arg