From 5dbb8b6cacbdc5c08e799ed44c24076895fa53b8 Mon Sep 17 00:00:00 2001 From: enkore Date: Sun, 31 Jan 2016 18:34:07 +0100 Subject: [PATCH] Fix typo --- i3pystatus/syncthing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/syncthing.py b/i3pystatus/syncthing.py index ce836fa..58a47c3 100644 --- a/i3pystatus/syncthing.py +++ b/i3pystatus/syncthing.py @@ -101,7 +101,7 @@ class Syncthing(IntervalModule): user_open(self.url) def st_restart(self): - """Callback: Restart Syncthing"""" + """Callback: Restart Syncthing""" self.st_post('/rest/system/restart') def st_stop(self):