mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-20 21:39:44 +00:00
Changed listening port
This commit is contained in:
parent
0d72729679
commit
a2f3d298a6
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -58,4 +58,4 @@ def getServiceStatus():
|
|||
http=httpService.returncode
|
||||
)
|
||||
if __name__ == '__main__':
|
||||
app.run()
|
||||
app.run(port=5050, debug=False)
|
||||
|
|
Loading…
Add table
Reference in a new issue