From 1275e68efa680e55fd29a377c9c58c59bb7f235e Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 10 Jul 2018 22:01:22 +0800 Subject: =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cgi-bin/path.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cgi-bin/path.py') 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 -- cgit v1.1-26-g67d0