@@ -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 = """ |