diff --git a/slpkg/install_data.py b/slpkg/install_data.py index a860e1dc..fff29f85 100644 --- a/slpkg/install_data.py +++ b/slpkg/install_data.py @@ -59,7 +59,6 @@ class InstallData(Configs): No Longer Returned: None. """ - print() self.view_process.message(f'Updating the database for {repo}') data: dict = {} @@ -101,7 +100,7 @@ class InstallData(Configs): 'download64': cache[5].split(), 'md5sum': cache[6].split(), 'md5sum64': cache[7].split(), - 'requires': cache[8].split(), + 'requires': cache[8].replace('%README%', '').split(), 'description': cache[9] }