1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-20 06:50:23 +03:00

Removed __slots__ from Job (nonsense... :S)

This commit is contained in:
Adolfo Gómez García 2024-10-08 23:02:16 +02:00
parent a8f8568c34
commit 83a61b57cc
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -39,7 +39,6 @@ logger = logging.getLogger(__name__)
class Job(Environmentable):
__slots__ = ('frequency',)
# Default frecuency, once a day. Remenber that precision will be based on "granurality" of Scheduler
# If a job is used for delayed execution, this attribute is in fact ignored
frecuency: typing.ClassVar[int] = (