hamster-cli is complaining about a missing fact.check
Created by: tykeal
I'm running on an install of the current master (SHA 199aee94) when trying to update / add entries I get the following traceback:
Traceback (most recent call last):
File "/usr/bin/hamster", line 366, in <module>
getattr(hamster_client, command)(*args.action_args)
File "/usr/bin/hamster", line 140, in track
self.start(*args)
File "/usr/bin/hamster", line 152, in start
fact.check(default_day=stuff.hamster_today())
AttributeError: 'Fact' object has no attribute 'check'```