mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-05 03:22:29 +00:00
Micro code style improvement (#125)
This commit is contained in:
@@ -97,8 +97,7 @@ class InteractiveTelegramClient(TelegramClient):
|
|||||||
print_title('Dialogs window')
|
print_title('Dialogs window')
|
||||||
|
|
||||||
# Display them so the user can choose
|
# Display them so the user can choose
|
||||||
for i, entity in enumerate(entities):
|
for i, entity in enumerate(entities, start=1):
|
||||||
i += 1 # 1-based index
|
|
||||||
sprint('{}. {}'.format(i, get_display_name(entity)))
|
sprint('{}. {}'.format(i, get_display_name(entity)))
|
||||||
|
|
||||||
# Let the user decide who they want to talk to
|
# Let the user decide who they want to talk to
|
||||||
|
Reference in New Issue
Block a user