1
0
Fork 0

Update stuff

merge-requests/1/head
wgaylord 2018-12-18 12:28:17 -06:00
parent f89c3fa2bf
commit 6f91791bf1
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
requests==2.21.0
flask==1.0.2
apscheduler==3.5.3
apscheduler==3.5.3

View File

@ -163,4 +163,4 @@ updatePasses()
updateStations()
updateTLE()
scheduler.start()
app.run(use_reloader=False,host = "0.0.0.0")
app.run(use_reloader=False,host = "0.0.0.0",port=5001)