Upload files to "uno-stats-monitor/unomond"

This commit is contained in:
RLF
2024-01-10 15:34:12 -05:00
parent 1267fe320c
commit f0f8a9c596
2 changed files with 26 additions and 15 deletions

View File

@@ -163,10 +163,6 @@ int read_conf_file(int reload) {
return(EXIT_FAILURE);
}
if(debug) {
fprintf(log_stream, "in load/reload config file\n");
}
// load the base config
// delay
if(config_lookup_int(&cfg, "delay", &delay)) {