Browse Source

remove extra host_port test

develop
yakamok 6 years ago committed by GitHub
parent
commit
b77d91a898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      send-view.py

1
send-view.py

@ -13,7 +13,6 @@ if len(sys.argv) == 3: @@ -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

Loading…
Cancel
Save