Add missing space in task example

This commit is contained in:
kittenswolf
2022-03-28 04:27:10 +02:00
committed by GitHub
parent 40bab465a5
commit daeb0afe61

View File

@ -108,7 +108,7 @@ Doing something during cancellation:
class MyCog(commands.Cog):
def __init__(self, bot):
self.bot= bot
self.bot = bot
self._batch = []
self.lock = asyncio.Lock()
self.bulker.start()