Skip to content

Commit

Permalink
[oar/lib/access_token] remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
adfaure committed Nov 22, 2023
1 parent 3a89ba7 commit f78e508
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions oar/lib/access_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ def create_access_token(

to_encode.update({"exp": expire, "date": f"{now.strftime('%Y-%m-%d %H:%M:%S')}"})

print(to_encode)

# to get a string like this run:
# openssl rand -hex 32
secret_key = config.get("API_SECRET_KEY", None)
Expand Down

0 comments on commit f78e508

Please sign in to comment.