1
0

fix: variable name

This commit is contained in:
オスカー、 2023-11-26 18:28:43 +09:00
parent 1a0cc18de5
commit 54991608d8
No known key found for this signature in database
GPG Key ID: B1EFBBF5C93FF78F

View File

@ -33,7 +33,7 @@ async def setup(bot: Bot):
if bot.config.start_time is not None:
print("Waiting until time is coming")
now = datetime.now()
while now.minute != bot.config.start:
while now.minute != bot.config.start_time:
await asyncio.sleep(1)
now = datetime.now()
await cog._postLine.start()