Skip to content

Commit

Permalink
remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarabedian committed Jul 12, 2020
1 parent 393330d commit 61650b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TwitterClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def __init__(self):
consumer_secret = os.environ.get("CONSUMER_SECRET")
access_token = os.environ.get("ACCESS_TOKEN")
access_secret = os.environ.get("ACCESS_SECRET")
print(consumer_key)

self.auth = OAuthHandler(consumer_key, consumer_secret)
self.auth.set_access_token(access_token, access_secret)
Expand Down

0 comments on commit 61650b5

Please sign in to comment.