We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5db07 commit 4bb9ffdCopy full SHA for 4bb9ffd
1 file changed
cbr_ru/xml_metall/main.py
@@ -26,7 +26,7 @@
26
rates = get_metal_rates(date_req1, date_req2)
27
28
log.info(f'Найдено: {len(rates)}')
29
- if not rates:
+ if not rates: # TODO: move logic to get_metal_rates?
30
log.info('Ничего не вернулось, похоже на ошибку сервиса. Нужно повторить')
31
time.sleep(60)
32
continue
0 commit comments