From db1dfb9aedb6c7477c70648b3ec8711a26abd649 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 27 Nov 2024 02:15:08 +0800 Subject: [PATCH] Update crontab.py --- web/utils/crontab.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/utils/crontab.py b/web/utils/crontab.py index e308b7a5e..68fbbb82d 100644 --- a/web/utils/crontab.py +++ b/web/utils/crontab.py @@ -274,8 +274,8 @@ class crontab(object): return True def getCrontabList(self, - page:int | None = 1, - size:int | None = 10 + page = 1, + size = 10 ): info = thisdb.getCrontabList(page=int(page),size=int(size))