Fix it some more.
This commit is contained in:
parent
269069878f
commit
1d2387683a
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ class Connection:
|
|||
out += vst.json(indent + 3, **stationkwargs) + ",\n"
|
||||
|
||||
out = "".join(out.rsplit(",", 1))
|
||||
out += " " * indent + " ]\n"
|
||||
out += " " * indent + " ],\n"
|
||||
|
||||
if to:
|
||||
out += " " * indent + " \"to\":\n"
|
||||
|
|
Loading…
Reference in a new issue