Fuck whoever designed dicts in python that way

This commit is contained in:
2024-12-19 21:59:58 +01:00
parent 20ac94b61d
commit ff9d2c67f0
+1 -1
View File
@@ -45,7 +45,7 @@ class Events(commands.Cog):
async def cog_load(self): async def cog_load(self):
self.logger.info("Starting personal assistants") self.logger.info("Starting personal assistants")
for superfryta_id, superfryta in SPECJALNE_ZIEMNIACZKI: for superfryta_id, superfryta in SPECJALNE_ZIEMNIACZKI.items():
if superfryta[4] != "": if superfryta[4] != "":
self.logger.info( self.logger.info(
"Personal assistant for user: %s, exists id: %s,name: %s, owner: %s, special instructions: %s assistant id: %s ", "Personal assistant for user: %s, exists id: %s,name: %s, owner: %s, special instructions: %s assistant id: %s ",