mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-16 14:15:00 +00:00
Small typo
This commit is contained in:
parent
e1ba7aa586
commit
a1754b7a8a
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class User(_BaseUser):
|
|||
super().__init__(response, session)
|
||||
tmp = self.__slots__
|
||||
keys = {key: value for key,value in self.response.items() if key in tmp}
|
||||
for key, value in key.items():
|
||||
for key, value in keys.items():
|
||||
if key == 'login':
|
||||
self.login = value
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue