OxbridgeEconomics
commited on
Commit
·
bd95ddb
1
Parent(s):
f07709d
commit
Browse files
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'
|
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")
|