fixed separators being printed with quotes

This commit is contained in:
2025-01-13 20:49:03 +01:00
parent f5197c6362
commit 16adafb8b9
4 changed files with 9 additions and 15 deletions
-2
View File
@@ -9,8 +9,6 @@ use std::io::{Error, Result};
use std::path::PathBuf;
use config_parser::*;
use crate::debug::debug_print;
#[derive(Debug, Clone)]
pub struct Config {
conf_file: PathBuf,