1
0
mirror of https://github.com/r4sas/Niflheim-api synced 2025-03-13 05:51:45 +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:
return None
send_view_to_server(collect_dht_getswitchpeers())
send_view_to_server(collect_dht_getswitchpeers(host_port))