Skip to content

Commit

Permalink
log_response
Browse files Browse the repository at this point in the history
  • Loading branch information
JenishSiifl committed Apr 22, 2024
1 parent de97ba9 commit bfb2387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py5paisa/py5paisa.py
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ def decode_token(self,token):
url=self.get_feed_url(decoded['RedirectServer'])
return url
except jwt.InvalidTokenError:
print("Invalid token")
log_response("Invalid token")

def get_feed_url(self,redirect_server):
if redirect_server == "A":
Expand Down

0 comments on commit bfb2387

Please sign in to comment.