From 3c02dbcca9caa17373c47e0fa1ce9cf4715a7c84 Mon Sep 17 00:00:00 2001 From: mounderfod Date: Wed, 19 Jul 2023 16:07:50 +0200 Subject: Add .gitignore --- .gitignore | 3 ++- app.py | 2 +- requirements.txt | Bin 68 -> 140 bytes 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c83b525..59eb4a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .env venv/ __pycache__/ -.idea/ \ No newline at end of file +.idea/ +.space \ No newline at end of file diff --git a/app.py b/app.py index 702045c..873c99b 100644 --- a/app.py +++ b/app.py @@ -44,4 +44,4 @@ def handle(request): return [Item(itype="3", text="Page not found")] -serve(os.getenv("HOSTNAME"), port=70, handler=handle) +serve(port=70, handler=handle) diff --git a/requirements.txt b/requirements.txt index 3f7a82b..c713bce 100644 Binary files a/requirements.txt and b/requirements.txt differ -- cgit 1.4.1-2-gfad0