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:
await asyncio.sleep(7)
if (
gallery_uid not in self._galleries or not self._galleries[gallery_uid]
).get("slideshow", False):
if gallery_uid not in self._galleries or not self._galleries[
gallery_uid
].get("slideshow", False):
return
await self._custom_map[btn_call_data["next"]]["handler"](