summaryrefslogtreecommitdiffstats
path: root/run.py
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-09-02 20:17:42 -0400
committerDrew DeVault <sir@cmpwn.com>2018-09-03 09:56:18 -0400
commit4eeef3ae8999b5cac725d2f59fbbe5c23c3f789f (patch)
tree59a793de99b7de447bbf89c3f7ec16d65a17bf9c /run.py
parent6b4f1b34e70b9be419a82a2bc54d92730796cb76 (diff)
Update for sr.ht unified config
Diffstat (limited to 'run.py')
-rw-r--r--run.py4
1 files changed, 2 insertions, 2 deletions
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)