From 5ea5d96320d68d72da73b0b19c312875a54f2d7d Mon Sep 17 00:00:00 2001 From: Gaurav Gupta <95gauravgupta@gmail.com> Date: Tue, 13 Oct 2020 23:20:51 -0700 Subject: [PATCH] Comments for authorization --- Server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server.py b/Server.py index cbf90c3..4258c22 100644 --- a/Server.py +++ b/Server.py @@ -16,7 +16,7 @@ accessTokenUrl = "https://api.twitter.com/oauth/access_token" OAuthSecret = "" - +#Used for authentication def deleteTweetsFromIdList(textInTweet,tweetIdList,oauth): count = 0 try: