1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2025-06-29 11:45:13 +00:00

Make webide display webservice authentication module

This commit is contained in:
Kristóf Tóth
2018-04-28 19:12:19 +02:00
parent 511e16c514
commit 0e83c31587
2 changed files with 2 additions and 2 deletions

View File

@ -84,4 +84,4 @@ def servererror(error):
if __name__ == '__main__':
app.run(host='127.0.0.1', debug=True, port=11111)
app.run(host='127.0.0.1', debug=False, port=11111)