diff options
Diffstat (limited to 'app.py')
-rw-r--r-- | app.py | 2 |
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) |