appease clippy

This commit is contained in:
Cooper Quintin
2024-01-29 16:44:03 -08:00
parent 6086a9962c
commit 50c7a66254
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ pub struct Config {
impl Default for Config {
fn default() -> Self {
Config {
qmdl_store_path: "/data/wavehunter/qmdl".to_string(),
qmdl_store_path: "/data/rayhunter/qmdl".to_string(),
port: 8080,
readonly_mode: false,
}