Read config file before printing the cache
This commit is contained in:
parent
943fa58204
commit
6c06247953
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ int main(int argc, char *argv[])
|
||||||
get_info();
|
get_info();
|
||||||
write_cache();
|
write_cache();
|
||||||
}
|
}
|
||||||
|
parse_config();
|
||||||
print_cache();
|
print_cache();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue