Skip to content

Commit

Permalink
wip (debug):debugging print
Browse files Browse the repository at this point in the history
  • Loading branch information
vaimdev committed Nov 8, 2024
1 parent 1a2ab33 commit a536648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graphistry/pygraphistry.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ def refresh(token=None, fail_silent=False):
def verify_token(token=None, fail_silent=False) -> bool:
"""Return True if current or provided token is still valid"""
using_self_token = token is None
print(f"token to verify: {PyGraphistry.api_token() if using_self_token else token}")
try:
logger.debug("JWT refresh")
if using_self_token:
Expand Down

0 comments on commit a536648

Please sign in to comment.