Skip to content

Commit 272fc9a

Browse files
committed
FIX:格式错误
1 parent 2fe37cf commit 272fc9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

service/bilibili/logic/common.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ def detail_request(id: str, headers: dict) -> tuple[dict, bool]:
120120
'script', text=pattern).text.replace('window.__INITIAL_STATE__=', ''))
121121
detail_data = target.get('videoData', {})
122122
except Exception as e:
123-
logger.error(f'parse hrml error, id: {id}, headers: {
124-
headers} doc: {document}, err: {e}')
123+
logger.error(f'parse hrml error, id: {id}, headers: {headers} doc: {document}, err: {e}')
125124
return {}, False
126125

127126
data = {}

0 commit comments

Comments
 (0)