Fixed issue with standalone usage
This commit is contained in:
parent
a354a8288e
commit
a1b84b74d2
@ -139,6 +139,8 @@ class StandaloneIO(IOHandler):
|
||||
return '{"version": 1}'
|
||||
elif self.n == 1:
|
||||
return "["
|
||||
elif self.n == 2:
|
||||
return "[]"
|
||||
else:
|
||||
return ",[]"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user