Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
peprolinbot committed Jul 9, 2024
1 parent 7fc6a2f commit d54e1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion busGal_api/accounts/xentenovaqr.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def __repr__(self) -> str:
return self.email


def register_account(name: str, birth_date: date, email: str, identity_number: str, identity_front_img: str, identity_rear_img: str, external_user_id: int, device_id: int) -> None:
def register_account(name: str, birth_date: date, email: str, identity_number: str, identity_front_img: str, identity_rear_img: str, external_user_id: int, device_id: str) -> None:
"""
Register an user account. You need a normal TPGAL account first. Keep in mind that, in the app, OCR is used for the verification process, so please don't use this to skip their measures and do not abuse the service.
Expand Down

0 comments on commit d54e1e5

Please sign in to comment.