Skip to content

Commit

Permalink
Fixed: We removed too many cookies.
Browse files Browse the repository at this point in the history
  • Loading branch information
basrieter committed Nov 20, 2023
1 parent 5b31436 commit 921fad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions channels/channel.nos/nos2010/chn_nos2010.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ def log_out_npo() -> None:
datetime.datetime.utcfromtimestamp(expires).strftime('%Y-%m-%d %H:%M:%S'))
return bool(profile.json)

# Force a full check-out
log_out_npo()
# Force a full check-out -> This can't be done as it removes the XSRF tokens.
# log_out_npo()

Logger.info("Starting new NPO log in.")
v = Vault()
Expand Down

0 comments on commit 921fad9

Please sign in to comment.