mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-06 05:00:23 +03:00
Style
This commit is contained in:
parent
aee04eefe8
commit
91718cde67
|
@ -266,9 +266,7 @@ class InteractiveTelegramClient(TelegramClient):
|
||||||
os.makedirs('usermedia', exist_ok=True)
|
os.makedirs('usermedia', exist_ok=True)
|
||||||
output = self.download_profile_photo(entity, 'usermedia')
|
output = self.download_profile_photo(entity, 'usermedia')
|
||||||
if output:
|
if output:
|
||||||
print(
|
print('Profile picture downloaded to', output)
|
||||||
'Profile picture downloaded to {}'.format(output)
|
|
||||||
)
|
|
||||||
else:
|
else:
|
||||||
print('No profile picture found for this user!')
|
print('No profile picture found for this user!')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user