Had to map chr

This commit is contained in:
Lonami 2018-08-21 17:14:42 +02:00 committed by GitHub
parent 31d17b23cd
commit 2dc908ebbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ class ChatMethods(UserMethods):
offset=0,
limit=200,
hash=0
) for x in (search or range(ord('a'), ord('z') + 1))]
) for x in (search or map(chr, range(ord('a'), ord('z') + 1)))]
else:
requests = [functions.channels.GetParticipantsRequest(
channel=entity,