From c5aa7ceb404be640c206d7d6eae7ed4c259a2136 Mon Sep 17 00:00:00 2001 From: Bofh Date: Mon, 8 Feb 2021 23:01:29 +0100 Subject: [PATCH] im the typo master --- igmirror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/igmirror.py b/igmirror.py index d008d65..d170dd6 100644 --- a/igmirror.py +++ b/igmirror.py @@ -238,7 +238,7 @@ def pixelfed_dlposts(acc_id, data): continue # 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']) if not jsdata: print('err')