From 552927bdb6f797c064bfe77f066b404f7148ba93 Mon Sep 17 00:00:00 2001 From: Joe Steele Date: Mon, 8 Jul 2024 08:21:09 -0400 Subject: [PATCH] small edits --- social.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social.py b/social.py index fe9d163..f59e0c4 100644 --- a/social.py +++ b/social.py @@ -447,7 +447,7 @@ def post_threads_video(group_id, video_path, auth_token, title, content, date, r "alt_text" : title } try: - r = requests.post(connect_urlurl, files=files, data=data,timeout=env.request_timeout).json() + r = requests.post(connect_url, files=files, data=data,timeout=env.request_timeout).json() except AttributeError as error: print(" An error getting date occurred:", error) # An error occurred: r = False