Skip to content

Commit

Permalink
Forgot to get rid of the testing code I used to fix that last bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjacksonx committed Feb 8, 2010
1 parent 09d0b66 commit 112c9ca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hnsh.py
Expand Up @@ -272,14 +272,13 @@ def __init__(self):
print "Getting latest stories from Hacker News..."
try:
self.stories = self.h.getLatestStories(self.newestOrTop, self.alreadyReadList)

self.setPreferencesAtStartup()

if self.hnUserName != "":
print "Getting " + self.hnUserName + "'s karma from HN..."
user = HackerNewsUser(self.hnUserName)
self.karma = user.karma

self.printStories()

except:
Expand Down

0 comments on commit 112c9ca

Please sign in to comment.