This commit is contained in:
meejah 2021-02-12 22:01:35 -07:00
parent 9cf42c560b
commit 2b2f06d984

View File

@ -407,12 +407,6 @@ class TransitServerState(object):
d += "-<unsided>"
return d
def get_mood(self):
"""
:returns str: description of the current 'mood' of the connection
"""
return self._mood
@_machine.input()
def connection_made(self, client):
"""