Skip to content
Snippets Groups Projects
Commit 83379e94 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

add listen port setting in daemon.py

parent f428beab
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ import verify ...@@ -41,7 +41,7 @@ import verify
import sys import sys
try: try:
listen_port = sys.argv[1] listen_port = int(sys.argv[1])
except: except:
listen_port = 25503 listen_port = 25503
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment