fa45d8aa5f
- health_checklist.json: 192.168.1.122→node122
- ocr_client.py: docstring IP→node122
- docs/market-data-requirements.md: IP→node122
- 所有API调用通过ProxyHandler({})绕过系统代理
Privoxy对node122:18003返回500,直连正常
13 lines
277 B
Python
13 lines
277 B
Python
#!/usr/bin/env python
|
|
# -*- coding:utf-8 -*-
|
|
"""
|
|
Date: 2019/11/14 20:32
|
|
Desc: 学术板块配置文件
|
|
"""
|
|
|
|
# EPU
|
|
epu_home_url = "http://www.policyuncertainty.com/index.html"
|
|
|
|
# FF-Factor
|
|
ff_home_url = "http://mba.tuck.dartmouth.edu/pages/faculty/ken.french/data_library.html"
|