From 20a1806998839f80ce36f26302b312d23d19d109 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 11 May 2016 20:34:41 +0000 Subject: [PATCH] Typo --- client/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client.py b/client/client.py index 951ff0a..a90187c 100755 --- a/client/client.py +++ b/client/client.py @@ -134,7 +134,7 @@ class Client(threadedclient.WebSocketClient): self._UpdateGrub() self._SendReport('Rebooting into %d...' % data['timestamp']) else: - send._SendReport('Rebooting...') + self._SendReport('Rebooting...') subprocess.check_call(['reboot'])