Skip to content

Commit

Permalink
pylint: auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TgCat committed Sep 12, 2024
1 parent 3c10126 commit e8b9830
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions userbot/plugins/corecmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,7 @@ async def app_log(event):
log = "".join(lines)
linktext = "**Recent 100 lines of logs: **"
if "t" in flag:
return await edit_or_reply(
event, log, file_name="logs.txt", caption=linktext
)
return await edit_or_reply(event, log, file_name="logs.txt", caption=linktext)
elif "r" in flag:
outfile, error = chromeDriver.get_rayso(log, file_name="logs.png")
if outfile:
Expand Down

0 comments on commit e8b9830

Please sign in to comment.