forked from rc/aircox
make the controllers' manager; fix errors, make it working
This commit is contained in:
@ -56,7 +56,6 @@ class Connector:
|
||||
if data:
|
||||
data = reg.sub(r'\1', data)
|
||||
data = data.strip()
|
||||
|
||||
if parse:
|
||||
data = self.parse(data)
|
||||
elif parse_json:
|
||||
|
Reference in New Issue
Block a user