diff --git a/web/index.py b/web/index.py index 7d578b5..c78aac5 100755 --- a/web/index.py +++ b/web/index.py @@ -144,6 +144,3 @@ output = """ """ -x = open('test.html','w') -x.write(output) -x.close()