Skip to content

Commit

Permalink
Fixed a conflict in config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
samithaliyanage committed Oct 7, 2021
1 parent 700f7f4 commit a06dfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htrc/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self,
key: Optional[str] = None) -> None:
super().__init__()

self.token = token or get_jwt_token(save_new_token=False)
self.token = token or get_jwt_token()
self.host = host or get_dataapi_host()
self.port = port or get_dataapi_port()
self.epr = epr or get_dataapi_epr()
Expand Down

0 comments on commit a06dfbf

Please sign in to comment.