mirror of https://github.com/coddrago/Heroku
Fix typo
parent
3d9d243d1b
commit
4340e363c7
|
@ -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"](
|
||||||
|
|
Loading…
Reference in New Issue