1
0
mirror of https://github.com/r4sas/Niflheim-api synced 2025-02-11 14:34:14 +00:00

correction

This commit is contained in:
yakamok 2018-11-17 20:22:59 +01:00 committed by GitHub
parent 6a8206762a
commit 87afec4a6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,6 @@ def collect_dht_getswitchpeers(serport):
return json.dumps(temp_dict).encode() return json.dumps(temp_dict).encode()
except: except:
return None return False
send_view_to_server(collect_dht_getswitchpeers(host_port)) send_view_to_server(collect_dht_getswitchpeers(host_port))