1
0
mirror of https://github.com/r4sas/Niflheim-api synced 2025-09-09 12:42:49 +00:00

fix host_port in def

This commit is contained in:
yakamok 2018-07-03 00:41:03 +02:00 committed by GitHub
parent 07a4b5c125
commit 367245fd91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,4 +47,4 @@ def collect_dht_getswitchpeers(serport):
except: except:
return None return None
send_view_to_server(collect_dht_getswitchpeers()) send_view_to_server(collect_dht_getswitchpeers(host_port))