aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ping.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/ping.py')
-rw-r--r--src/plugins/ping.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/ping.py b/src/plugins/ping.py
index 9bef291..21d6a1b 100644
--- a/src/plugins/ping.py
+++ b/src/plugins/ping.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015, 2016, 2017, 2018 Mattias Andrée (maandree@kth.se)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -185,6 +185,6 @@ class Ping:
self.semaphore.release()
monitor = PingMonitor()
- async(monitor.start)
+ xasync(monitor.start)
return monitor