Unupdate the examples.

This commit is contained in:
Lyle Mantooth
2019-04-03 13:57:23 -04:00
parent 108162fcf8
commit 6428023f59
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ fn main() {
let authenticator = Authenticator::new(&secret,
DefaultAuthenticatorDelegate,
client,
DiskTokenStorage::new("token_store.json")
DiskTokenStorage::new(&"token_store.json".to_string())
.unwrap(),
Some(FlowType::InstalledInteractive));
let client = hyper::Client::with_connector(