mirror of
https://codeberg.org/langfingaz/bbb-status
synced 2024-11-21 20:23:17 +01:00
fix
This commit is contained in:
parent
aa62d31c29
commit
5e386a083d
@ -60,10 +60,11 @@ class BbbStatus(object):
|
||||
|
||||
pointOfTime: datetime = None
|
||||
|
||||
@classmethod
|
||||
@staticmethod
|
||||
def getKey(bbbStatus):
|
||||
"""
|
||||
Returns the date of this object as key for sorting.
|
||||
See also: https://docs.python.org/3.7/howto/sorting.html#key-functions
|
||||
|
||||
:return: Key that can be used for sorting
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user