Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
姚韋辰 authored and 姚韋辰 committed Oct 11, 2017
1 parent 1448aa8 commit 4ce4aad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
worker: python app.py
web: python app.py
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ def handle_message(event):
TextSendMessage(text=event.message.text))

if __name__ == "__main__":
app.run()
app.run(host='0.0.0.0')

0 comments on commit 4ce4aad

Please sign in to comment.