Skip to content

Commit

Permalink
fix TypeError
Browse files Browse the repository at this point in the history
  • Loading branch information
yashoswalyo authored Nov 22, 2022
1 parent 5ad15a2 commit 379a630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/usettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ async def f1(c: mergeApp, m: Message):
async def userSettings(
editable: Message,
uid: int,
fname: str,
lname: str,
fname,
lname,
usettings: UserSettings,
):
b = MakeButtons()
Expand Down

0 comments on commit 379a630

Please sign in to comment.