This commit is contained in:
Fabian Würfl
2018-05-18 17:46:21 +02:00
parent ad378a586c
commit 4ae9c1cdb7
3 changed files with 8 additions and 9 deletions

View File

@ -113,4 +113,4 @@ def download():
if __name__ == '__main__':
web.run(port=8181, host="0.0.0.0")
web.run(port=8181, host="127.0.0.1")