mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 17:36:34 +03:00
Fix wrong amount of parenthesis
parent
8ee21b606a
commit
3a132a2985
|
@ -37,7 +37,7 @@ result = client(account.UpdatePasswordSettingsRequest(
|
||||||
new_password_hash=pw_hash,
|
new_password_hash=pw_hash,
|
||||||
hint=hint
|
hint=hint
|
||||||
)
|
)
|
||||||
)
|
))
|
||||||
```
|
```
|
||||||
|
|
||||||
Thanks to [issue 259](https://github.com/LonamiWebs/Telethon/issues/259) for the tip!
|
Thanks to [issue 259](https://github.com/LonamiWebs/Telethon/issues/259) for the tip!
|
Loading…
Reference in New Issue
Block a user