Print URL in module help.
This commit is contained in:
parent
0a4ca91e03
commit
05e6ffb7a2
1 changed files with 1 additions and 0 deletions
1
dosage
1
dosage
|
@ -169,6 +169,7 @@ def displayComicHelp(scraperobj):
|
|||
"""Print description and help for a comic."""
|
||||
out.context = getScraperName(scraperobj)
|
||||
try:
|
||||
out.info("URL: " + scraperobj.url)
|
||||
if scraperobj.description:
|
||||
out.info("Description: " + scraperobj.description)
|
||||
if scraperobj.lang:
|
||||
|
|
Loading…
Reference in a new issue