From 6b3ef91da66ddcfcd479e21de500239218a2f702 Mon Sep 17 00:00:00 2001 From: Casey Schneider-Mizell Date: Fri, 25 Oct 2024 15:37:22 -0700 Subject: [PATCH] default to saving local server as well --- caveclient/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caveclient/auth.py b/caveclient/auth.py index bd85e55e..d37f5b9e 100644 --- a/caveclient/auth.py +++ b/caveclient/auth.py @@ -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.