Skip to content

Commit f5397a3

Browse files
Heroku adjustments
1 parent 3b46f24 commit f5397a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sendgrid/helpers/inbound

sendgrid/helpers/inbound/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ def inbound_parse():
2121
port = int(os.environ.get("PORT", config.port))
2222
if port != config.port:
2323
config.debug = False
24-
app.run(host = '0.0.0.0', debug=config.debug_mode, port=int(config.port))
24+
app.run(host = '0.0.0.0', debug=config.debug_mode, port=port)

0 commit comments

Comments
 (0)