pull/1/head
hikariatama 2022-05-09 20:10:49 +00:00
parent 3d9d243d1b
commit 4340e363c7
1 changed files with 3 additions and 3 deletions

View File

@ -356,9 +356,9 @@ class Gallery(InlineUnit):
while True: while True:
await asyncio.sleep(7) await asyncio.sleep(7)
if ( if gallery_uid not in self._galleries or not self._galleries[
gallery_uid not in self._galleries or not self._galleries[gallery_uid] gallery_uid
).get("slideshow", False): ].get("slideshow", False):
return return
await self._custom_map[btn_call_data["next"]]["handler"]( await self._custom_map[btn_call_data["next"]]["handler"](