1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

add parser_count to about

This commit is contained in:
Kelly Brazil
2019-12-16 11:52:18 -08:00
parent 1e8b68153a
commit 3a3016adb6

View File

@ -109,6 +109,7 @@ def about_jc():
'description': info.description,
'author': info.author,
'author_email': info.author_email,
'parser_count': len(parser_list),
'parsers': parser_list
}