summaryrefslogtreecommitdiff
path: root/cgi-bin/path.py
diff options
context:
space:
mode:
Diffstat (limited to 'cgi-bin/path.py')
-rw-r--r--cgi-bin/path.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi-bin/path.py b/cgi-bin/path.py
index e6f6175..eae5445 100644
--- a/cgi-bin/path.py
+++ b/cgi-bin/path.py
@@ -3,8 +3,8 @@ import config
from config import Config
root = Config.get("route", "url")
-imgsDir = Config.get("route", "imgs_dir")
-templDir = Config.get("route", "templ_dir")
+imgsDir = Config.get("route", "images")
+templDir = Config.get("route", "templates")
class Path(object):
# 拼接url