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:
@ -109,6 +109,7 @@ def about_jc():
|
|||||||
'description': info.description,
|
'description': info.description,
|
||||||
'author': info.author,
|
'author': info.author,
|
||||||
'author_email': info.author_email,
|
'author_email': info.author_email,
|
||||||
|
'parser_count': len(parser_list),
|
||||||
'parsers': parser_list
|
'parsers': parser_list
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user