Update uploadr.py

This commit is contained in:
Alvie Rahman 2021-05-18 18:17:38 +01:00 committed by GitHub
parent 650c792dfc
commit 2ffbeb0e89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,4 +99,4 @@ def fonts(filename=None):
if __name__ == '__main__':
app.debug = True
app.run()
app.run(host=config.domain, port=config.port)