Started working on requesting and handling information from themoviedb api. Going to be using this API for getting movies for request page.

This commit is contained in:
2017-02-08 14:15:02 +01:00
parent 3d0d0f68bd
commit f96da1557e
2 changed files with 29 additions and 1 deletions

View File

@@ -157,4 +157,4 @@ def get_uptimesLoad():
if __name__ == '__main__':
app.run(port=63590, debug=True)
app.run(host="0.0.0.0",port=63590, debug=True)