Fixgitemail mispell

This commit is contained in:
2023-02-27 20:05:16 +01:00
parent 5b1bf8c1c4
commit 40c0c9aa69
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ class GeoRideAccount:
""" Account object representation """
def __init__(self, account_id, email, is_admin, auth_token):
self._account_id = account_id
self._email = emailgit
self._email = email
self._is_admin = is_admin
self._auth_token = auth_token