From 4eeef3ae8999b5cac725d2f59fbbe5c23c3f789f Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 2 Sep 2018 20:17:42 -0400 Subject: Update for sr.ht unified config --- run.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'run.py') diff --git a/run.py b/run.py index 203fc06..c6ed93e 100644 --- a/run.py +++ b/run.py @@ -6,6 +6,6 @@ import os app.static_folder = os.path.join(os.getcwd(), "static") if __name__ == '__main__': - app.run(host=cfg("debug", "debug-host"), - port=cfgi("debug", "debug-port"), + app.run(host=cfg("git.sr.ht", "debug-host"), + port=cfgi("git.sr.ht", "debug-port"), debug=True) -- cgit v1.2.3