Skip to content

Commit

Permalink
Prepare Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
keessonnema committed Aug 22, 2017
1 parent 093b73f commit 841b7fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kezbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def main():
handler(CommandHandler("ip", get_ip))

heroku = Config.heroku

if heroku:
port = int(os.environ.get('PORT', 5000))
updater.start_webhook(listen="0.0.0.0",
Expand Down

0 comments on commit 841b7fe

Please sign in to comment.