Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
Made port explicit for flask
  • Loading branch information
Flukas88 authored Mar 21, 2018
1 parent c03ef43 commit 373daf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ def getinfo(pid, top, lang):


if __name__ == '__main__':
app.run(debug=True)
app.run(debug=True, port=5000)

0 comments on commit 373daf2

Please sign in to comment.