@eshanized updated the repository!!!

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-28 23:02:28 +05:30
parent 9b14bbb98e
commit 33a1b28f86
2 changed files with 2 additions and 2 deletions

View File

@@ -111,11 +111,11 @@ class Main(Gtk.Window):
)
# if os.path.isdir
fn.logger.info(
"Storing package metadate started."
"Storing package metadate started.",
)
self.packages = fn.store_packages()
fn.logger.info(
"Storing packages metadat completed."
"Storing packages metadat completed.",
)
fn.logger.info(
"categories: %s" % len(self.packages.keys())