From 59cb54c6c3aba63e8b34faed0b1517fca8cab68a Mon Sep 17 00:00:00 2001 From: Joe Steele Date: Thu, 13 Jun 2024 11:58:31 -0400 Subject: [PATCH] fixed twitter --- social.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/social.py b/social.py index ee86f5f..1836c94 100644 --- a/social.py +++ b/social.py @@ -716,8 +716,7 @@ def check_wordpress_media(filename,headers): link = result[0]['guid']['rendered'] return file_id, link except Exception as error: - print(' No existing media with same name in Wordpress media folder: '+filename+' '\ - ,error) + print(' No existing media with same name in Wordpress media folder: '+filename) return (False, False) ##################################################################################################