diff --git a/.gitignore b/.gitignore index 4a73e55..10ee33a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ *.db socket.io.js __pycache__/ -logs/* + venv/* flask_session/ .pytest_cache/ diff --git a/README b/README index 7886119..491f4ba 100644 --- a/README +++ b/README @@ -5,8 +5,6 @@ How to get started: source venv/bin/activate install requiremens: pip install -r requirements.txt - create the log folder: - mkdir logs start the program: python main.py You can now accses the Website on http://127.0.0.1:5000 \ No newline at end of file