From e74169291fd006ede80983df4c42fb4d9ff26834 Mon Sep 17 00:00:00 2001 From: matthias Date: Fri, 3 Jan 2020 06:57:22 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ebibcheck.py=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bibcheck.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bibcheck.py b/bibcheck.py index 0368f3c..0a43cd1 100644 --- a/bibcheck.py +++ b/bibcheck.py @@ -43,6 +43,7 @@ def check(username, password): pushover.Client('u5w9h8gc7hpzvr5a2kh2xh4m9zpidq').send_message('Bitte an {} denken, Abgabe {}'.format(info[3], info[1]), title="Erinnerung") except (StopIteration, mechanize._mechanize.LinkNotFoundError) as e: pushover.Client('u5w9h8gc7hpzvr5a2kh2xh4m9zpidq').send_message(f'nichts ausgeliehen {username}({e})') + return [] return allinfo if __name__ == "__main__":