Skip to content

Commit

Permalink
Fix bad keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeh committed Oct 9, 2013
1 parent 6c39c7b commit a9f01ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def _loginMyEpisodes(self):
def _addShow(self):
# Add the show if it's not already in our account
if self.showid in self.mye.shows:
notif(self.title, notif=2000)
notif(self.title, time=2000)
return
was_added = self.mye.add_show(self.showid)
added = 30926
Expand Down

0 comments on commit a9f01ba

Please sign in to comment.