Browse Source

uncomment code

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

6
vserv.py

@ -98,7 +98,7 @@ def contrib_entry(ipv6): @@ -98,7 +98,7 @@ def contrib_entry(ipv6):
def error_check_insert_into_db(dht, switchpeers, ipv6):
# try:
try:
if dht.get("status") == "success":
for x, y in dht["response"]["dht"].iteritems():
if valid_ipv6_check(x) and check_coords(y["coords"]):
@ -110,8 +110,8 @@ def error_check_insert_into_db(dht, switchpeers, ipv6): @@ -110,8 +110,8 @@ def error_check_insert_into_db(dht, switchpeers, ipv6):
insert_new_entry(x[1]["ip"], x[1]["coords"])
contrib_entry(ipv6)
# except:
# print"error in json file, aborting"
except:
print"error in json file, aborting"
def proccess_incoming_data(datty, ipv6):

Loading…
Cancel
Save