We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750d36a commit 86fe552Copy full SHA for 86fe552
server.py
@@ -30,4 +30,4 @@ def comments_handler():
30
return Response(json.dumps(comments), mimetype='application/json', headers={'Cache-Control': 'no-cache'})
31
32
if __name__ == '__main__':
33
- app.run(port=os.environ.get("PORT",3000))
+ app.run(port=int(os.environ.get("PORT",3000)))
0 commit comments