change ROOT_PATH

Brightcells 9 年 前
コミット
a9dafbb825
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -16,7 +16,7 @@ define('port', default=8001, help='run on the given port', type=int)
16 16
 options.parse_command_line()
17 17
 
18 18
 
19
-ROOT_PATH = '/home/work/data/minipai2'
19
+ROOT_PATH = '/home/work/minipai2'
20 20
 
21 21
 # Create Table SQL
22 22
 CREATE_TABLE_STMT = """