Skip to content

Commit

Permalink
#6-fix hostname and port error for flask app
Browse files Browse the repository at this point in the history
  • Loading branch information
kartheekj59 authored Feb 16, 2022
1 parent d448222 commit b55c651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-retrival-service/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ def get_image():

# Press the green button in the gutter to run the script.
if __name__ == '__main__':
app.run()
app.run(host='0.0.0.0', port=8000)

# See PyCharm help at https://www.jetbrains.com/help/pycharm/

0 comments on commit b55c651

Please sign in to comment.