summaryrefslogtreecommitdiff
path: root/cgi-bin/path.py
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-07-10 22:01:22 +0800
committerchai <chaifix@163.com>2018-07-10 22:01:22 +0800
commit1275e68efa680e55fd29a377c9c58c59bb7f235e (patch)
treec585d7402af76ad0ccd295b218205708012addb4 /cgi-bin/path.py
parent5d323b7430c446ceb81c2de52d9a1d28c7f34e52 (diff)
更新
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