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']