diff options
Diffstat (limited to '')
| -rw-r--r-- | examples/plugins/clock | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/plugins/clock b/examples/plugins/clock index 1739484..a608cdd 100644 --- a/examples/plugins/clock +++ b/examples/plugins/clock @@ -41,4 +41,3 @@ def redraw(): text = '%s (%f)' % (clock.read(), Clock.posix_time()) bar.clear() bar.draw_coloured_text(0, 10, 0, 2, text) - |
