hsun 1 month ago
parent
commit
2d47356c9e
1 changed files with 5 additions and 2 deletions
  1. 5 2
      pscg_bloomberg/main.py

+ 5 - 2
pscg_bloomberg/main.py

@@ -70,8 +70,11 @@ ps_credential_path = "ps-credential.txt"  # 鉴权文件地址
 
 # 任务对应的归档目录
 task_key_dir_dict = {
-    "IDpcsgMonthRun2": "data/month2", "IDpcsgDailyRun4": "data/day4", "IDpcsgDailyRunHist2": "data/hist2",
-    "IDpcsgDailyRunHist1": "data/hist1", "IDpcsgDailyRunHistV1": "data/histv1"
+    "IDpcsgDailyRunHistU2": "data/histu2", "IDpcsgDailyRunHist4": "data/hist4", "IDpcsgDailyRunHist1": "data/hist1",
+    "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"
 }