Skip to content

Commit

Permalink
Remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 17, 2017
1 parent ef71272 commit 18ab1db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions inxwords.py
Expand Up @@ -134,7 +134,7 @@ def get_trending_topic_from_twitter():
t = get_twitter()

# Returns the locations that Twitter has trending topic information for.
# world_locations = TWITTER.trends.available()
# world_locations = t.trends.available()
# pprint(world_locations)
# print("*"*80)

Expand Down Expand Up @@ -185,8 +185,6 @@ def get_random_sentence_from_pg(number_of_words):


def tweet_it(string, in_reply_to_status_id=None):
global TWITTER

if len(string) <= 0:
print("ERROR: trying to tweet an empty tweet!")
return
Expand Down

0 comments on commit 18ab1db

Please sign in to comment.