Skip to content
Snippets Groups Projects
Commit 5ae33360 authored by Sander Mathijs van Veen's avatar Sander Mathijs van Veen
Browse files

Enabled auto reloading of source files in backend.

parent 7dc530a4
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,6 @@ urls = (
'/math\.py/answer', 'Answer',
)
app = web.application(urls, globals())
def get_last_line():
data = web.input(data='').data
......@@ -136,4 +134,5 @@ class validate(object):
if __name__ == "__main__":
app = web.application(urls, globals(), autoreload=True)
app.run()
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