aboutsummaryrefslogtreecommitdiffstats
path: root/examples/plugins/snmp
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 /examples/plugins/snmp
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--examples/plugins/snmp1
-rw-r--r--examples/plugins/snmp61
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/plugins/snmp b/examples/plugins/snmp
index 2bda45a..19b1a16 100644
--- a/examples/plugins/snmp
+++ b/examples/plugins/snmp
@@ -54,4 +54,3 @@ def unhandled_event(e):
elif e.detail == SCROLL_DOWN:
index = max(index - 1, 0)
bar.invalidate()
-
diff --git a/examples/plugins/snmp6 b/examples/plugins/snmp6
index 29a359d..cfc5e52 100644
--- a/examples/plugins/snmp6
+++ b/examples/plugins/snmp6
@@ -54,4 +54,3 @@ def unhandled_event(e):
elif e.detail == SCROLL_DOWN:
index = max(index - 1, 0)
bar.invalidate()
-