diff --git a/python/Muell/__init__.py b/python/Muell/__init__.py index 56572f5..fde3a82 100644 --- a/python/Muell/__init__.py +++ b/python/Muell/__init__.py @@ -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'