1
0
mirror of https://github.com/r4sas/Niflheim-api synced 2025-01-12 07:58:00 +00:00

remove extra host_port test

This commit is contained in:
yakamok 2018-07-03 01:59:15 +02:00 committed by GitHub
parent f7992b180e
commit b77d91a898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,6 @@ if len(sys.argv) == 3:
else:
host_port = ('localhost', 9001)
host_port = ('localhost', 9001)
def send_view_to_server(tosend):
if tosend:
attempts = 3