updated server.py to get new repo name

This commit is contained in:
mik-tf 2024-11-11 20:10:33 -05:00
parent fd0cdc020c
commit 5831f93cce

View File

@ -7,7 +7,7 @@ import os
import markdown import markdown
import re 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): if not os.path.exists(sources_dir):
raise RuntimeError(f"The source directory '{sources_dir}' does not exist.") raise RuntimeError(f"The source directory '{sources_dir}' does not exist.")
static_dir = f"{sources_dir}/static" static_dir = f"{sources_dir}/static"