Skip to content

Commit

Permalink
tes
Browse files Browse the repository at this point in the history
  • Loading branch information
aglucky committed Sep 4, 2022
1 parent 4df45ef commit 28f57b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: gunicorn app:app
3 changes: 0 additions & 3 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,3 @@ def textMembers(dest, arrTime, groups):
res = requests.get('https://www.google.com/maps/dir/', params=params)
print(res.url)
return True

if __name__ == '__main__':
app.run()

0 comments on commit 28f57b2

Please sign in to comment.