We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f92a85e commit 4db8f91Copy full SHA for 4db8f91
fmtr/tools/google_api_tools.py
@@ -23,7 +23,7 @@ def auth(cls):
23
logger.info(msg)
24
25
PATH_CREDS = cls.PATH / 'credentials.json'
26
- PATH_TOKEN = cls.PATH / 'token.json'
+ PATH_TOKEN = cls.PATH / f'{cls.SERVICE}.json'
27
28
if PATH_TOKEN.exists():
29
data_token = PATH_TOKEN.read_json()
fmtr/tools/version
@@ -1 +1 @@
1
-1.0.18
+1.0.19
0 commit comments