fixed agent bug, cosmetic, added output url of found plugins

This commit is contained in:
c0decave
2020-11-11 10:08:00 +01:00
parent c053a2e5f7
commit 93736427f2
2 changed files with 17 additions and 6 deletions

View File

@@ -102,6 +102,7 @@ class Extensions:
continue
print(' \u251c Extension Title: '.ljust(28) + '{}'.format(data[0]))
print(' \u251c Extension Repo: '.ljust(28) + 'https://extensions.typo3.org/extension/{}'.format(extension))
print(' \u251c Extension Url: '.ljust(28) + '{}'.format(info['url']))
if not 'stable' in data[2]:
print(' \u251c Current Version: '.ljust(28) + '{} ({})'.format(data[1], Fore.RED + data[2] + Style.RESET_ALL))
else: