diff --git a/bot.py b/bot.py index 345e333..15e0a87 100644 --- a/bot.py +++ b/bot.py @@ -121,7 +121,7 @@ def get_vvs_departures(query): reply.append( "Line " + station['number'] + " to \"" + station['direction'] + "\" at " + station['departureTime']['hour'].zfill(2) + ':' + station['departureTime']['minute'].zfill(2) - + " +" + str(station['delay'])) + + " (+" + str(station['delay']) + ")") printed_departures += 1 if printed_departures >= query.departure_count: break