diff --git a/web/index.py b/web/index.py index 785ea83..a84075d 100755 --- a/web/index.py +++ b/web/index.py @@ -47,6 +47,7 @@ for counter in range(1, last_hop+1): timestamp_list.append(float(timestamp)) country_code_list.append(country_code.encode('utf-8')) +x = open('testmap.html','w') # HTML + JS container output = """ @@ -54,12 +55,15 @@ output = """ Border Check - Web Visualizor + + - + + """ - #f.write(output) - #f.close +x.write(output) +x.close # except: # output = """ # loading