site: Initialize RPC session token to null

This commit is contained in:
Spotlight 2024-10-02 21:28:26 -05:00
parent 15079b56d7
commit 4b5b184e88
No known key found for this signature in database
GPG Key ID: 874AA355B3209BDC

View File

@ -219,7 +219,7 @@ def create_discord_user(code: str, response: dict = None):
id=user['id'],
refresh_token=response['refresh_token'],
bearer_token=response['access_token'],
rpc_session_token='',
rpc_session_token=None,
site_session_token=token,
last_accessed=0,
generation_date=time.time()