Changed listening port

pull/2/head
Illia Chub 2021-01-01 20:17:21 +02:00
parent 0d72729679
commit a2f3d298a6
1 changed files with 1 additions and 1 deletions

View File

@ -58,4 +58,4 @@ def getServiceStatus():
http=httpService.returncode
)
if __name__ == '__main__':
app.run()
app.run(port=5050, debug=False)