Browse Source

More PEP8 related cleanups.

pull/101/head
Trever L. Adams 8 years ago
parent
commit
26a17a54e5
  1. 4
      freeswitch_click2dial/controller.py

4
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()
Loading…
Cancel
Save