From 5e3e41af78d40a1dfcc9c25e982a14f0a872c92b Mon Sep 17 00:00:00 2001 From: Linus E <75929322+Rripped@users.noreply.github.com> Date: Mon, 9 May 2022 20:05:42 +0200 Subject: [PATCH] removed trailing whitespaces --- source/bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/bot.py b/source/bot.py index e2cb336..710b421 100644 --- a/source/bot.py +++ b/source/bot.py @@ -585,9 +585,9 @@ def main_loop(): ,minute = product_split[0]\ ,month= product_split[3]\ ,day=product_split[2]) - + bot.infinity_polling() - + def get_todays_product(): """Setting product for this day """