mirror of
https://github.com/Xevion/r2park.git
synced 2025-12-08 08:08:11 -06:00
Improve log timestamp format
This commit is contained in:
2
api.go
2
api.go
@@ -100,7 +100,7 @@ func GetLocations() []Location {
|
||||
return cachedLocations
|
||||
}
|
||||
|
||||
tryReload("")
|
||||
tryReload()
|
||||
log.Printf("Refetching locations (%s since refresh)", time.Now().Sub(cacheExpiry))
|
||||
|
||||
body := "propertyNameEntered=" // Empty, so we get all locations
|
||||
|
||||
Reference in New Issue
Block a user