Skip to content

Commit 7a120d6

Browse files
committed
black
1 parent 6cd3127 commit 7a120d6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/pycookiecheat/chrome.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,11 @@ def chrome_cookies(
287287
raise OSError("This script only works on MacOS or Linux.")
288288

289289
config.update(
290-
{"init_vector": b" " * 16, "length": 16, "salt": b"saltysalt"}
290+
{
291+
"init_vector": b" " * 16,
292+
"length": 16,
293+
"salt": b"saltysalt",
294+
}
291295
)
292296

293297
if cookie_file is None:

0 commit comments

Comments
 (0)