🚑️: rewrite toml file at the end of execution for PT

This commit is contained in:
VC
2024-09-13 19:32:12 +02:00
parent 6db9009d56
commit 7a652f19a5

View File

@@ -112,6 +112,8 @@ fn main() {
client_id: y.client_id,
client_secret: y.client_secret,
refresh_token: x,
})
});
let _ = config.dump(matches.get_one::<String>("config").unwrap());
};
}