increase transports margin

This commit is contained in:
Gabriel Augendre 2024-10-19 10:13:45 +02:00
parent d0692fc744
commit afc766f45d

4
img.go
View file

@ -137,8 +137,8 @@ func getImg(ctx context.Context, nowFunc func() time.Time, transportsClient *tra
} }
drawTCL(gc, bus, 55) drawTCL(gc, bus, 55)
drawTCL(gc, tram, 190) drawTCL(gc, tram, 205)
drawVelov(gc, velovRoc, 350) drawVelov(gc, velovRoc, 365)
drawDate(gc, nowFunc()) drawDate(gc, nowFunc())
drawFete(gc, fetes) drawFete(gc, fetes)
drawWeather(gc, wthr) drawWeather(gc, wthr)