mirror of
https://framagit.org/veretcle/tootube.git
synced 2025-07-20 12:31:19 +02:00
🚑️: rewrite toml file at the end of execution for PT
This commit is contained in:
@@ -112,6 +112,8 @@ fn main() {
|
|||||||
client_id: y.client_id,
|
client_id: y.client_id,
|
||||||
client_secret: y.client_secret,
|
client_secret: y.client_secret,
|
||||||
refresh_token: x,
|
refresh_token: x,
|
||||||
})
|
});
|
||||||
|
|
||||||
|
let _ = config.dump(matches.get_one::<String>("config").unwrap());
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user