Typo
This commit is contained in:
@@ -92,8 +92,8 @@ class Client(threadedclient.WebSocketClient):
|
|||||||
FLAGS.https_ca_cert,
|
FLAGS.https_ca_cert,
|
||||||
FLAGS.https_client_cert,
|
FLAGS.https_client_cert,
|
||||||
FLAGS.https_client_key)
|
FLAGS.https_client_key)
|
||||||
fetcher.Fetch()
|
fetch.Fetch()
|
||||||
fetcher.DeleteOldImages()
|
fetch.DeleteOldImages()
|
||||||
|
|
||||||
def received_message(self, msg):
|
def received_message(self, msg):
|
||||||
parsed = json.loads(msg.data.decode('utf8'))
|
parsed = json.loads(msg.data.decode('utf8'))
|
||||||
|
|||||||
Reference in New Issue
Block a user