Read config file before printing the cache

This commit is contained in:
TheDarkBug 2021-10-12 13:32:50 +02:00
parent 943fa58204
commit 6c06247953

View file

@ -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;
} }