fix: 修复签到成功图片不对的问题
This commit is contained in:
5
exceptions/unauthorized.py
Normal file
5
exceptions/unauthorized.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# exceptions.py
|
||||
class UnauthorizedError(Exception):
|
||||
def __init__(self, message="登录已失效"):
|
||||
self.message = message
|
||||
super().__init__(message)
|
||||
Reference in New Issue
Block a user