1import os
2port = int(os.environ.get('PORT', 33507)) # add these lines in code3app.run(host=args.host, port=port, debug=True)
45heroku config:add PORT=33507# run this command once you upadte the code in terminal
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content