Updated code

This commit is contained in:
Dimitris Zlatanidis 2022-12-25 19:16:21 +02:00
parent e4596a27ff
commit 1da1761541
2 changed files with 6 additions and 7 deletions

View file

@ -94,8 +94,8 @@ class Slackbuilds:
if not code:
return dependencies
if tags:
os.system('clear')
return tags
def creating_main_for_build(self):

View file

@ -70,9 +70,8 @@ class Upgrade:
return packages
os.system('clear')
if code == 'ok':
if not tags:
raise SystemExit()
return tags
raise SystemExit()
return tags