From 842734a68d534bdd1b8f89f6fb1209d81650555c Mon Sep 17 00:00:00 2001 From: rscmbbng Date: Mon, 23 Sep 2013 19:07:41 +0200 Subject: [PATCH] added node clustering --- web/index.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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