Skip to content

Commit 4c951a4

Browse files
committed
2026-04-15T0654Z
1 parent c905279 commit 4c951a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/assets/extractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def get_rōblox_cookie() -> str | None:
6464
(
6565
v for v in
6666
(
67-
get_cookie_from_system(),
67+
_get_cookie_from_system(),
6868
os.environ.get('ROBLOSECURITY', None),
6969
)
7070
if test_cookie(v)

0 commit comments

Comments
 (0)