Browse Source

clean test debug file from code

pull/3/head
psy 11 years ago
parent
commit
c143c2e2d9
  1. 3
      web/index.py

3
web/index.py

@ -144,6 +144,3 @@ output = """
</script>
</html>
"""
x = open('test.html','w')
x.write(output)
x.close()

Loading…
Cancel
Save