|
@@ -143,6 +143,7 @@ class R2R:
|
|
if self.client_sync.access_token and verify_jwt_expiration(
|
|
if self.client_sync.access_token and verify_jwt_expiration(
|
|
self.client_sync.access_token
|
|
self.client_sync.access_token
|
|
):
|
|
):
|
|
|
|
+ print(self.client_sync.access_token)
|
|
return
|
|
return
|
|
except Exception as e:
|
|
except Exception as e:
|
|
print(e)
|
|
print(e)
|