I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit d7bce012 authored by str4d's avatar str4d
Browse files

Removed unnecessary block at end of __init__.py

parent d633b4a7
No related branches found
No related tags found
No related merge requests found
...@@ -127,6 +127,3 @@ def server_error(error): ...@@ -127,6 +127,3 @@ def server_error(error):
# Import these to ensure they get loaded # Import these to ensure they get loaded
import templatevars import templatevars
import urls import urls
if __name__ == '__main__':
app.run(debug=True)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment