im the typo master

This commit is contained in:
Bofh 2021-02-08 23:01:29 +01:00
parent 2c05de69aa
commit c5aa7ceb40
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ def pixelfed_dlposts(acc_id, data):
continue continue
# try to upload to Pixelfed, it might failed depending on MAX_PHOTO_SIZE setting # try to upload to Pixelfed, it might failed depending on MAX_PHOTO_SIZE setting
print('I| fetching VIDO for {}:{}... '.format(acc_id, item['shortcode']), end='') print('I| fetching VIDEO for {}:{}... '.format(acc_id, item['shortcode']), end='')
_token, jsdata = pixelfed_postvideo(acc_id, item['video_url']) _token, jsdata = pixelfed_postvideo(acc_id, item['video_url'])
if not jsdata: if not jsdata:
print('err') print('err')