From 0d67ad80d112ecae95bf88ec298acd8a4d5fd793 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Mon, 11 May 2020 14:22:56 +0200 Subject: [PATCH] fix: [telegram module] remove debug --- bin/Telegram.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/Telegram.py b/bin/Telegram.py index 3ecd7a14..c1a89882 100755 --- a/bin/Telegram.py +++ b/bin/Telegram.py @@ -150,4 +150,3 @@ if __name__ == "__main__": item_content = Item.get_item_content(item_id) item_date = Item.get_item_date(item_id) search_telegram(item_id, item_date, item_content) - sys.exit(0)