From c0aae9c480a29d025f81b05ee1f49e29dc0ef476 Mon Sep 17 00:00:00 2001 From: Catalina Syddall Date: Tue, 16 Jul 2019 18:12:35 -0300 Subject: [PATCH] eliminating comments --- data_scraper/notifications.py | 6 ------ 1 file changed, 6 deletions(-) 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