Closed riverajo closed 10 years ago
In the bin/parkassist.py the old style % string substitution is being used. I think the String.format() is more robust.
String.format()
In the bin/parkassist.py the old style % string substitution is being used. I think the
String.format()
is more robust.