|
@@ -74,7 +74,8 @@ task_key_dir_dict = {
|
|
|
"IDpcsgDailyRunHist2": "data/hist2", "IDpcsgDailyRunHistV1": "data/histv1", "IDpcsgDailyRun4": "data/run4",
|
|
|
"IDpcsgDailyRun6": "data/run6", "IDpcsgDailyRun7": "data/run7", "IDpcsgDailyRun8": "data/run8",
|
|
|
"IDpcsgDailySnap0000": "data/snap0000", "IDpcsgDailySnap0330": "data/snap0330",
|
|
|
- "IDpcsgDailySnap0345": "data/snap0345", "IDpcsgDailyRun10": "data/day10", "IDpcsgDailyRun11": "data/run11"
|
|
|
+ "IDpcsgDailySnap0345": "data/snap0345", "IDpcsgDailyRun10": "data/day10", "IDpcsgDailyRun11": "data/run11",
|
|
|
+ "IDpcsgDailyRunHistU3": "data/histu3", "IDpcsgDailyRun12": "data/run12", "IDpcsgMonthRun2": "data/month2"
|
|
|
}
|
|
|
|
|
|
|
|
@@ -165,4 +166,4 @@ def write_data_to_file(json_data, dir_path=None):
|
|
|
|
|
|
|
|
|
if __name__ == "__main__":
|
|
|
- app.run(host='0.0.0.0', port=server_port, debug=True)
|
|
|
+ app.run(host='0.0.0.0', port=server_port, debug=True)
|