From 45cdf3859cebe8bd59f4949d84149c860f18857c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hauke=20Z=C3=BChl?= Date: Fri, 14 Jan 2022 14:38:49 +0100 Subject: [PATCH] Fehler gefixt --- python/muell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/muell.py b/python/muell.py index ae07f13..6cd6fd3 100644 --- a/python/muell.py +++ b/python/muell.py @@ -133,7 +133,7 @@ if __name__ == '__main__': antwort_liste = read_file(current_year) config = readConfig() - if antwort_liste == None: + if not antwort_liste: # Keine vernünftigen Daten, ergo mal gucken, was die Webseite ergibt postdata['f_id_kommune'] = config['kommune'] postdata['f_id_strasse'] = config['strasse']