summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--app.py2
-rw-r--r--requirements.txtbin68 -> 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
--- a/requirements.txt
+++ b/requirements.txt
Binary files differ