mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Fixed #578
This commit is contained in:
parent
151880f391
commit
1a30a9a249
@ -99,7 +99,7 @@ def get_file(token, file_id):
|
||||
|
||||
|
||||
def get_file_url(token, file_id):
|
||||
return FILE_URL.format(token, get_file(token, file_id).file_path)
|
||||
return FILE_URL.format(token, get_file(token, file_id)['file_path'])
|
||||
|
||||
|
||||
def download_file(token, file_path):
|
||||
|
Loading…
Reference in New Issue
Block a user