修改输出路径
This commit is contained in:
parent
8ff4a652d3
commit
d667aeb855
@ -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')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user