🚑️ fix wrong import
This commit is contained in:
parent
06d7867378
commit
dadc514e7c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue