Update crontab.py

pull/632/head
Mr Chen 5 months ago
parent 06db6b02d8
commit db1dfb9aed
  1. 4
      web/utils/crontab.py

@ -274,8 +274,8 @@ class crontab(object):
return True return True
def getCrontabList(self, def getCrontabList(self,
page:int | None = 1, page = 1,
size:int | None = 10 size = 10
): ):
info = thisdb.getCrontabList(page=int(page),size=int(size)) info = thisdb.getCrontabList(page=int(page),size=int(size))

Loading…
Cancel
Save