Files @ 98d80dfbd7e3
Branch filter:

Location: FVDE/ennstatus/.bowerrc

Dennis Fink
Don't fail on calculation weights for relays

Relays don't have a 5_years subkey in their weights json.
We fix this by using a try clause and simply continue with the
next iteration if a key is missing
1
2
3
{
  "directory": "./ennstatus/static/js"
}