updated server.py to get new repo name
This commit is contained in:
parent
fd0cdc020c
commit
5831f93cce
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user