diff --git a/data_scraper/notifications.py b/data_scraper/notifications.py index f1ef12a..e4daf8b 100644 --- a/data_scraper/notifications.py +++ b/data_scraper/notifications.py @@ -65,9 +65,3 @@ def send_report(done, failed, scraper, op="scrape"): def _symbol_str(count): return str(count) + " symbol" if count == 1 else str(count) + " symbols" - -## make init + make env ## -##cambiar el channel -##sacar notificaciones por cada error y armar un mensaje combinando todo -##python -## \ No newline at end of file