We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688404c commit 19d1abcCopy full SHA for 19d1abc
daemon/src/main.rs
@@ -15,7 +15,7 @@ async fn main() {
15
16
let config = common::client_config::find_parse_config().expect("Failed to parse config");
17
18
- let mut client = MystiClient::new(config, ImageOutputFormat::Jpeg(100));
+ let mut client = MystiClient::new(config, ImageOutputFormat::Png);
19
20
client.run().await.expect("Failed to run client");
21
}
0 commit comments