Skip to content

Commit ae85562

Browse files
authored
fix_yahoo_collector_bug (microsoft#1257)
1 parent 1d65d28 commit ae85562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/data_collector/yahoo/collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def _show_logging_func():
143143
_show_logging_func()
144144
except Exception as e:
145145
logger.warning(
146-
f"get data error: {symbol}--{start_}--{end_}"
146+
f"get data error: {symbol}--{start}--{end}"
147147
+ "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"
148148
)
149149

0 commit comments

Comments
 (0)