[mod] remove debug

This commit is contained in:
Laurent Peuch 2019-02-06 17:44:25 +01:00
parent 6ff9ccdbb1
commit c53f87e6e1

View file

@ -336,4 +336,4 @@ async def index(request):
if __name__ == '__main__':
app.run('localhost', port="4567", debug=True)
app.run('localhost', port="4567")