Skip to content

Commit

Permalink
default to saving local server as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ceesem committed Oct 25, 2024
1 parent b96d096 commit 6b3ef91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caveclient/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def save_token(
switch_token: bool = True,
write_to_server_file: bool = True,
ignore_readonly: bool = True,
local_server: bool = False,
local_server: bool = True,
):
"""Conveniently save a token in the correct format.
Expand Down

0 comments on commit 6b3ef91

Please sign in to comment.