Switch usage of port 46658 to 26658

This commit is contained in:
ValarDragon
2018-05-30 21:15:34 -07:00
parent 355fde16fe
commit 72543092a0
5 changed files with 5 additions and 5 deletions

View File

@ -68,7 +68,7 @@ class CounterApplication():
if __name__ == '__main__':
l = len(sys.argv)
if l == 1:
port = 46658
port = 26658
elif l == 2:
port = int(sys.argv[1])
else: