File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -232,13 +232,13 @@ def after_routine(self, coro: Callable) -> None:
232232 self ._after = coro
233233
234234 def change_interval (
235- self ,
236- * ,
237- seconds : Optional [float ] = 0 ,
238- minutes : Optional [float ] = 0 ,
239- hours : Optional [float ] = 0 ,
240- time : Optional [datetime .datetime ] = None ,
241- wait_first : Optional [bool ] = False ,
235+ self ,
236+ * ,
237+ seconds : Optional [float ] = 0 ,
238+ minutes : Optional [float ] = 0 ,
239+ hours : Optional [float ] = 0 ,
240+ time : Optional [datetime .datetime ] = None ,
241+ wait_first : Optional [bool ] = False ,
242242 ) -> None :
243243 """Method which schedules the running interval of the task to change.
244244
@@ -291,7 +291,7 @@ def change_interval(
291291 self ._time = time_
292292
293293 kwargs : dict = self ._kwargs
294- kwargs [' force' ] = not wait_first
294+ kwargs [" force" ] = not wait_first
295295
296296 self .restart (* self ._args , ** kwargs )
297297
You can’t perform that action at this time.
0 commit comments