combine checks
This commit is contained in:
parent
bfd8312ef0
commit
513e5bed6e
|
@ -305,8 +305,7 @@ class TransitServerState(object):
|
|||
@_machine.output()
|
||||
def _record_usage(self):
|
||||
if self._mood == "jilted":
|
||||
if self._buddy:
|
||||
if self._buddy._mood == "happy":
|
||||
if self._buddy and self._buddy._mood == "happy":
|
||||
return
|
||||
self._usage.record(
|
||||
started=self._client.started_time,
|
||||
|
|
Loading…
Reference in New Issue
Block a user