OxbridgeEconomics commited on
Commit
bd95ddb
·
1 Parent(s): f07709d
Files changed (1) hide show
  1. daily.py +1 -1
daily.py CHANGED
@@ -19,7 +19,7 @@ from utils import (encode,
19
  with open('xpath.json', 'r', encoding='UTF-8') as f:
20
  xpath_dict = json.load(f)
21
 
22
- DELTA = int(os.environ.get('DELTA', '1'))
23
  print(f"DELTA = {DELTA}")
24
 
25
  print("cbirc.gov.cn")
 
19
  with open('xpath.json', 'r', encoding='UTF-8') as f:
20
  xpath_dict = json.load(f)
21
 
22
+ DELTA = int(os.environ.get('DELTA') or '1')
23
  print(f"DELTA = {DELTA}")
24
 
25
  print("cbirc.gov.cn")