Skip to content

Commit 3961591

Browse files
committed
Fixed Bug
1 parent baeb49a commit 3961591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telegram/passport/passportdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __init__(self, data, credentials, bot=None, **kwargs):
4747
self.credentials = credentials
4848
self.bot = bot
4949

50-
self._id_attr = tuple([x.type for x in data] + [credentials.hash])
50+
self._id_attrs = tuple([x.type for x in data] + [credentials.hash])
5151

5252
@classmethod
5353
def de_json(cls, data, bot):

0 commit comments

Comments
 (0)