From 26a17a54e5db303621a3a9f182c6f562c31bdb61 Mon Sep 17 00:00:00 2001 From: "Trever L. Adams" Date: Tue, 13 Jun 2017 11:02:53 -0600 Subject: [PATCH] More PEP8 related cleanups. --- freeswitch_click2dial/controller.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freeswitch_click2dial/controller.py b/freeswitch_click2dial/controller.py index 3f8d94f..204c681 100644 --- a/freeswitch_click2dial/controller.py +++ b/freeswitch_click2dial/controller.py @@ -14,5 +14,5 @@ class FreeSWITCHClick2dialController(http.Controller): '/freeswitch_click2dial/get_record_from_my_channel/', type='json', auth='public') def get_record_from_my_channel(self, **kw): - FreeswitchServer = http.request.env['freeswitch.server'] - return FreeswitchServer.get_record_from_my_channel() + FreeswitchServer = http.request.env['freeswitch.server'] + return FreeswitchServer.get_record_from_my_channel()