We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d65d28 commit ae85562Copy full SHA for ae85562
scripts/data_collector/yahoo/collector.py
@@ -143,7 +143,7 @@ def _show_logging_func():
143
_show_logging_func()
144
except Exception as e:
145
logger.warning(
146
- f"get data error: {symbol}--{start_}--{end_}"
+ f"get data error: {symbol}--{start}--{end}"
147
+ "Your data request fails. This may be caused by your firewall (e.g. GFW). Please switch your network if you want to access Yahoo! data"
148
)
149
0 commit comments