From 920ea089d079c07e4f38e5714eb2fd1ef9447092 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Tue, 10 May 2016 00:11:44 +0000 Subject: [PATCH] Typo --- client/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/client.py b/client/client.py index 3a88a47..b2d7d84 100755 --- a/client/client.py +++ b/client/client.py @@ -92,8 +92,8 @@ class Client(threadedclient.WebSocketClient): FLAGS.https_ca_cert, FLAGS.https_client_cert, FLAGS.https_client_key) - fetcher.Fetch() - fetcher.DeleteOldImages() + fetch.Fetch() + fetch.DeleteOldImages() def received_message(self, msg): parsed = json.loads(msg.data.decode('utf8'))