Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit aefaff6

Browse files
committed
chore: format code
1 parent a2240dc commit aefaff6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

bilitool/controller/login_controller.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ def __init__(self):
1515
self.check_bili_login = CheckBiliLogin()
1616

1717
def login_bilibili(self, export):
18-
print("Please maximize the window to ensure the QR code is fully displayed, press Enter to continue: ", flush=True)
18+
print(
19+
"Please maximize the window to ensure the QR code is fully displayed, press Enter to continue: ",
20+
flush=True,
21+
)
1922
login_url, auth_code = self.login_bili.get_tv_qrcode_url_and_auth_code()
2023
qr = qrcode.QRCode()
2124
qr.add_data(login_url)

bilitool/controller/upload_controller.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ def __init__(self):
1515
self.bili_uploader = BiliUploader(self.logger)
1616

1717
@staticmethod
18-
def package_upload_metadata(
19-
tid, title, desc, tag, source, cover, dynamic
20-
):
18+
def package_upload_metadata(tid, title, desc, tag, source, cover, dynamic):
2119
return {
2220
"tid": tid,
2321
"title": title,

0 commit comments

Comments
 (0)