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:
parent
a8f8568c34
commit
83a61b57cc
@ -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] = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user