aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clock.py
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:57:02 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:57:02 +0100
commitb18d4acc015fb9ff66969ac95a4d8e78bdfa43e2 (patch)
tree00620b1233219b876253b3e6715a8d062fa36573 /src/plugins/clock.py
parentUpdate-email (diff)
downloadxpybar-b18d4acc015fb9ff66969ac95a4d8e78bdfa43e2.tar.gz
xpybar-b18d4acc015fb9ff66969ac95a4d8e78bdfa43e2.tar.bz2
xpybar-b18d4acc015fb9ff66969ac95a4d8e78bdfa43e2.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--src/plugins/clock.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/clock.py b/src/plugins/clock.py
index c9b3f84..a3d7bf3 100644
--- a/src/plugins/clock.py
+++ b/src/plugins/clock.py
@@ -92,4 +92,3 @@ class Clock:
@return :float The current POSIX time
'''
return time.time()
-