Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmpipi committed Jan 6, 2025
1 parent 68ab166 commit cda39e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery_dl/extractor/bilibili.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def article(self, article_id):

def user_favlist(self):
endpoint = "/opus/feed/fav"
params = {"page":1,"page_size":20}
params = {"page": 1, "page_size": 20}

while True:
data = self._call(endpoint, params)
Expand Down

0 comments on commit cda39e3

Please sign in to comment.