修改输出路径

This commit is contained in:
aozhiwei 2019-04-23 14:49:22 +08:00
parent 8ff4a652d3
commit d667aeb855

View File

@ -2,7 +2,7 @@
import os
import json
dict_file = open('/usr/share/nginx/html/gamelog/webapp/bootstrap/dict.php', 'w')
dict_file = open('/var/data/gamelog/webapp/bootstrap/dict.php', 'w')
dict_file.write('<?php\n\n')
dict_file.write(' $log_dict = array(\n')