Skip to content

Commit

Permalink
Update the value of steamDidLoginRefresh if possible
Browse files Browse the repository at this point in the history
  • Loading branch information
woctezuma committed Nov 22, 2023
1 parent e2b253c commit 294cd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/personal_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def update_and_save_cookie_to_disk_if_values_changed(
verbose: bool = False,
) -> dict[str, str]:
if fields is None:
fields = ["steamLoginSecure", "sessionid"]
fields = ["steamLoginSecure", "sessionid", "steamDidLoginRefresh"]

relevant_fields = set(fields)
relevant_fields = relevant_fields.intersection(cookie.keys())
Expand Down

0 comments on commit 294cd9b

Please sign in to comment.