diff --git a/fetchRAPLA.py b/fetchRAPLA.py index 578c050..f4915e8 100644 --- a/fetchRAPLA.py +++ b/fetchRAPLA.py @@ -78,7 +78,7 @@ def parseRaplaURL(url: str): return 0, 0 -async def getNewRapla(url: str, testing=None): +async def getNewRapla(url: str, testing=False): """ Speichert den iCal eines Raplas auf dem Server. \n Gibt Namen der Datei zurück. \n @@ -175,7 +175,7 @@ def raplaSchedule(): asyncio.run(refreshRapla()) -async def buildICALfromKey(url, onlyUpdate, testing=True): +async def buildICALfromKey(url, onlyUpdate, testing=False): """ Baut eine .ical-Datei aus der mitgegebenen URL, die ein Key-Parameter enthalten muss. :param url: