diff --git a/social.py b/social.py index 52d6c0d..9f679e6 100644 --- a/social.py +++ b/social.py @@ -679,7 +679,7 @@ def post_x(title, content, date, rating, address, picslist, instasession): # # Saving the response as JSON # json_response = response.json() # print(json.dumps(json_response, indent=4, sort_keys=True)) - return + return # ################################################################################################