From 2ffbeb0e89a25b7792b95161fefb3bce8c092a48 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Tue, 18 May 2021 18:17:38 +0100 Subject: [PATCH] Update uploadr.py --- uploadr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uploadr.py b/uploadr.py index 39546c0..4a8ea66 100644 --- a/uploadr.py +++ b/uploadr.py @@ -99,4 +99,4 @@ def fonts(filename=None): if __name__ == '__main__': app.debug = True - app.run() + app.run(host=config.domain, port=config.port)