Get the JSON/string output out of the Response object

This commit is contained in:
Fabio Manganiello 2018-04-29 16:28:01 +02:00
parent cddd740666
commit cbe676a29f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class SerialBackend(Backend):
def get_data(self):
plugin = get_plugin('serial')
return plugin.get_data()
return plugin.get_data().output
def run(self):
super().run()