eliminating blank space

This commit is contained in:
Catalina Syddall
2019-07-23 17:56:52 -03:00
parent a86e99e641
commit 91f4b90406
5 changed files with 3 additions and 26 deletions
-1
View File
@@ -66,6 +66,5 @@ def send_report(done, failed, scraper, op="scrape"):
msg= msg_success + '\n' + msg_fail
slack_notification(msg, scraper, status=Status.Warning)
def _symbol_str(count):
return str(count) + " symbol" if count == 1 else str(count) + " symbols"