Skip to content

Commit

Permalink
woops. should sleep. fix previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
timo committed Feb 27, 2010
1 parent a4f8d18 commit b5c4bdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dwmstat.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ def battery():
def wallclock():
yield wait(5, "Wallclock")
for i in range(10):
yield wait(5, time.strftime("%H:%M:%S"))
yield wait(1, time.strftime("%H:%M:%S"))
time.sleep(1)

class NewsbeuterUnread(utils.DelayedUpdateDisplay):
delay = 600
Expand Down

0 comments on commit b5c4bdb

Please sign in to comment.