Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Draper <[email protected]>
  • Loading branch information
Drapersniper committed Mar 31, 2022
1 parent 084664c commit 01309c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbot/cogs/audio/core/utilities/miscellaneous.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ async def update_guild_config(
async with group.all() as guild_data:
for value in values:
_d = tuple(value.items())
guild_id, guild_data_= _d[0]
guild_id, guild_data_ = _d[0]
if guild_id not in guild_data:
guild_data[f"{guild_id}"] = {}
for entry in guild_data_:
Expand Down

0 comments on commit 01309c1

Please sign in to comment.