Browse Source

Fehler gefixt

develop
Hauke Zühl 2 years ago
parent
commit
45cdf3859c
Signed by: hauke
GPG Key ID: 7E70BF5E52D4CA72
  1. 2
      python/muell.py

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

Loading…
Cancel
Save