Skip to content

Commit

Permalink
Docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qwghlm committed Mar 2, 2012
1 parent c2568a4 commit af7e591
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions whensmybus.py
Expand Up @@ -224,8 +224,6 @@ def get_departure_data(self, relevant_stops, route_number):

# If this script is called directly, check our Tweets and Followers, and reply/follow as appropriate
if __name__ == "__main__":
"""
Instantiate with no variables (all config is done in the file config.cfg) and then call check_tweets()
"""
# Instantiate with no variables (all config is done in the file config.cfg) and then call check_tweets()
WMB = WhensMyBus()
WMB.check_tweets()

0 comments on commit af7e591

Please sign in to comment.