diff --git a/src/main.py b/src/main.py index 77954a5..4d6461f 100644 --- a/src/main.py +++ b/src/main.py @@ -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)