Files
notifications-admin/app/notify_client
Chris Hill-Scott 37a1eb22b0 Use default dict for default job stats
This is just some refactoring.

`defaultdict` is a data structure which won’t raise a `KeyError` if you
try to access a key that doesn’t exist.

By passing `int` as the first argument, trying to access the value of
any key that doesn’t exists will return the value of `int()`, ie `0`
2016-08-30 14:59:23 +01:00
..
2016-05-04 14:06:14 +01:00