Parameter gefixt

This commit is contained in:
Hauke Zühl 2026-06-03 11:50:49 +02:00
parent 3458b4e227
commit 9701df6f39
No known key found for this signature in database
GPG Key ID: B8F85731A2E143B1

View File

@ -39,7 +39,7 @@ class Muell:
self.__host = 'api.abfall.io'
self.__url = f'https://{self.__host}/?key={self.__key}&modus={self.__modus}'
self.__export_als = f"{{'action':'{self.__url}','target':''}}"
self.__export_als = f"{{'action':'{self.__url}&waction=export_csv','target':''}}"
self.__current_year = datetime.today().year
self.__zeitraum = f'{self.__current_year}0101-{self.__current_year}1231'