diff --git a/channels/channel.nos/nos2010/chn_nos2010.py b/channels/channel.nos/nos2010/chn_nos2010.py index 542dd3fd..70276a8b 100644 --- a/channels/channel.nos/nos2010/chn_nos2010.py +++ b/channels/channel.nos/nos2010/chn_nos2010.py @@ -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()