Fix it some more.

This commit is contained in:
Klaus-Uwe Mitterer 2017-10-11 14:41:11 +02:00
parent 269069878f
commit 1d2387683a

View file

@ -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"