🚑️ fix wrong import

This commit is contained in:
JMARyA 2022-08-31 17:12:28 +02:00
parent 06d7867378
commit dadc514e7c
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -12,7 +12,7 @@ app.register_blueprint(asset_pages, url_prefix="/assets")
if __name__ == "__main__":
from index import cache_bootstrap
from html_fn import cache_bootstrap
cache_bootstrap()
app.run(host="0.0.0.0", port=1030, debug=True, threaded=True)