del log
This commit is contained in:
parent
03189211e9
commit
4b9678b203
@ -65,7 +65,6 @@ def get_comments():
|
||||
return send_from_directory(os.path.abspath('./'), 'comments.json')
|
||||
|
||||
if __name__ == '__main__':
|
||||
print(INP_FILE_PATH)
|
||||
# 启动时先解析一次文件
|
||||
parse_inp_file(INP_FILE_PATH)
|
||||
app.run(debug=True)
|
Loading…
Reference in New Issue
Block a user