Update svars-write.py

This commit is contained in:
Jay Lee
2020-09-15 09:16:54 -04:00
committed by GitHub
parent 424fda55dd
commit 429bb0957d

View File

@@ -10,3 +10,4 @@ gampath = os.getenv('gampath')
out_file = os.path.join(gampath, 'oauth2.txt')
with open(out_file, 'w') as f:
json.dump(cfg, f)
print(f'Wrote {out_file} with {len(cfg["client_secret"]} char client secret and {len(cfg["refresh_token"])} char refresh token.')