Skip to content

Commit 994d392

Browse files
committed
chore: ruff format
1 parent e6c1164 commit 994d392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astrbot/dashboard/routes/backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ async def download_backup(self):
986986
"require": ["exp"], # Require expiration claim
987987
"verify_signature": True, # Explicitly verify signature
988988
"verify_exp": True, # Verify expiration
989-
}
989+
},
990990
)
991991
except jwt.ExpiredSignatureError:
992992
return Response().error("Token 已过期,请刷新页面后重试").__dict__

0 commit comments

Comments
 (0)