im the typo master
This commit is contained in:
parent
2c05de69aa
commit
c5aa7ceb40
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue