diff --git a/HSMensaW_botA.py b/HSMensaW_botA.py index 7b271c7..6471be1 100644 --- a/HSMensaW_botA.py +++ b/HSMensaW_botA.py @@ -249,7 +249,7 @@ async def get_essen(only_today: bool) -> None: :return: """ global datum, essen, essen_eng, var, last_updated # , ctx - if time() < last_updated + 900: + if time() < last_updated + 30 or (len(essen) > 0 and time() < last_updated + 900): return last_updated = time()