Skip to content

Commit

Permalink
Run ruff format.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Jan 12, 2024
1 parent 9050391 commit 5726b30
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bzhr/wikidot.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ def ajax_module_connector(self, site_slug: str, data: dict) -> dict:
data["wikidot_token7"] = token7
cookies = requests.cookies.RequestsCookieJar()
cookies.set(
"wikidot_token7", token7, domain=f"{site_slug}.wikidot.com", path="/",
"wikidot_token7",
token7,
domain=f"{site_slug}.wikidot.com",
path="/",
)

# Make HTTP request
Expand Down

0 comments on commit 5726b30

Please sign in to comment.