Skip to content

Commit

Permalink
Added missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrMachowski committed Jan 14, 2020
1 parent 69924ae commit dd64766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/impk/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def get_html_departures(self):

@staticmethod
def departure_to_str(dep):
return '{} kier. {}: {} ({}m)'.format(dep["line"], dep["direction"], dep["departure"],
return '{}, kier. {}: {} ({}m)'.format(dep["line"], dep["direction"], dep["departure"],
dep["time_to_departure"])

@staticmethod
Expand Down

0 comments on commit dd64766

Please sign in to comment.