尝试添加一种可以跳过当前请求的方式

This commit is contained in:
2024-09-13 01:07:34 +08:00
parent 16331b50d5
commit b25fcd9ac2
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -173,3 +173,7 @@ def anonymous_site(schedule_type: Literal["date", "interval", "cron"], schedule_
"client_mgr": DefaultClientManager,
},
)
class SkipRequestException(Exception):
pass