Skip to content

Commit

Permalink
pylint: auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TgCat committed Jan 28, 2024
1 parent fc6c6f7 commit 0f6569c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userbot/plugins/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async def img_sampler(event):
paths = response.download(arguments)
except Exception as e:
return await cat.edit(f"Error: \n`{e}`")

lst = paths[0][query.replace(",", " ")]

try:
Expand Down

0 comments on commit 0f6569c

Please sign in to comment.