mirror of
https://github.com/YunoHost/webhooks.git
synced 2024-09-03 19:56:54 +02:00
[mod] remove debug
This commit is contained in:
parent
6ff9ccdbb1
commit
c53f87e6e1
1 changed files with 1 additions and 1 deletions
|
@ -336,4 +336,4 @@ async def index(request):
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run('localhost', port="4567", debug=True)
|
||||
app.run('localhost', port="4567")
|
||||
|
|
Loading…
Reference in a new issue