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'])