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')