From 255001f40db067c05fb573cf3603862193c29790 Mon Sep 17 00:00:00 2001 From: John Washam Date: Thu, 30 Jun 2016 02:59:45 +0000 Subject: [PATCH] Got site working --- .gitignore | 1 + flash_cards.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 04a5232..144b423 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .idea/ py3env/ +__pycache__/ diff --git a/flash_cards.py b/flash_cards.py index c90b3e2..8391241 100644 --- a/flash_cards.py +++ b/flash_cards.py @@ -9,4 +9,4 @@ def index(): if __name__ == '__main__': - app.run(host='0.0.0.0', port=5000) + app.run(host='0.0.0.0')