Skip to content

Commit

Permalink
Update beautify.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoptg authored Aug 22, 2024
1 parent d899389 commit d434635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/beautify.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ async def pass_on(ult):
)
return

proc = await ult.eor(get_pstring("com_1", "load"))
proc = await ult.eor(get_string("com_1"))
spli = ult.text.split()
theme, dark, title, text = None, True, get_display_name(ult.chat), None
if len(spli) > 1:
Expand Down

0 comments on commit d434635

Please sign in to comment.