1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00
This commit is contained in:
Innokentiy Min 2019-10-30 14:02:00 +03:00
parent 151880f391
commit 1a30a9a249

View File

@ -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):