From 9c72e7349676b719118e7f98dc0f7d142cc80ab4 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 8 Sep 2014 17:11:41 -0400 Subject: PEP formatting fix --- client/stt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/stt.py b/client/stt.py index b59b974..daa3fd3 100644 --- a/client/stt.py +++ b/client/stt.py @@ -119,7 +119,7 @@ class GoogleSTT(object): wav.close() try: - headers={ 'Content-type': 'audio/l16; rate=%s' % GoogleSTT.RATE} + headers = {'Content-type': 'audio/l16; rate=%s' % GoogleSTT.RATE} response = self.http.post(url, data=data, headers=headers) response.encoding = 'utf-8' response_read = response.text -- cgit v1.3.1