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: