fix (tasklist): Call to deactivation scheduler.
This commit is contained in:
@@ -650,7 +650,7 @@ class Tasklist:
|
|||||||
|
|
||||||
# If we were updated in that time, go back to sleep
|
# If we were updated in that time, go back to sleep
|
||||||
if datetime.datetime.utcnow().timestamp() - self._refreshed_at.timestamp() < delay:
|
if datetime.datetime.utcnow().timestamp() - self._refreshed_at.timestamp() < delay:
|
||||||
asyncio.create_task(self._schedule_deactivation)
|
asyncio.create_task(self._schedule_deactivation())
|
||||||
return
|
return
|
||||||
|
|
||||||
# Check if lots of content has been sent since
|
# Check if lots of content has been sent since
|
||||||
|
|||||||
Reference in New Issue
Block a user