Skip to content

Commit

Permalink
close identifier in qrcode_login docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bain3 committed Sep 11, 2024
1 parent aa9d3dd commit ab7ca70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pronotepy/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def qrcode_login(
account_pin (Optional[str]): 2FA PIN to the account
client_identifier (Optional[str]): Identificator of this client provided by PRONOTE
device_name (Optional[str]): A name for registering this client as a device.
skip_2fa (bool): Skip 2FA. PRONOTE will require it when connecting using the generated token (:meth:`.token_login).
skip_2fa (bool): Skip 2FA. PRONOTE will require it when connecting using the generated token (:meth:`.token_login`).
"""
encryption = _Encryption()
encryption.aes_set_key(pin.encode())
Expand Down

0 comments on commit ab7ca70

Please sign in to comment.