summary refs log tree commit diff stats
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
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)