diff --git a/poc/server.py b/poc/server.py index 67f0b50..f25f66b 100644 --- a/poc/server.py +++ b/poc/server.py @@ -7,7 +7,7 @@ import os import markdown import re -sources_dir = os.path.expanduser("~/code/git.ourworld.tf/tfgrid/www_threefold4/poc") +sources_dir = os.path.expanduser("~/code/git.ourworld.tf/tfgrid/www_projectmycelium/poc") if not os.path.exists(sources_dir): raise RuntimeError(f"The source directory '{sources_dir}' does not exist.") static_dir = f"{sources_dir}/static"