mirror of
https://github.com/evilhero/mylar
synced 2025-02-03 04:51:48 +00:00
removed unnecessary print statement
This commit is contained in:
parent
a1c31b0c41
commit
bf5654c0e2
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ def pulldetails(comicid,type,issueid=None,offset=1):
|
||||||
#import easy to use xml parser called minidom:
|
#import easy to use xml parser called minidom:
|
||||||
from xml.dom.minidom import parseString
|
from xml.dom.minidom import parseString
|
||||||
|
|
||||||
print ("mylar.CVURL: " + str(mylar.CVURL))
|
|
||||||
comicapi='583939a3df0a25fc4e8b7a29934a13078002dc27'
|
comicapi='583939a3df0a25fc4e8b7a29934a13078002dc27'
|
||||||
if type == 'comic':
|
if type == 'comic':
|
||||||
PULLURL= mylar.CVURL + 'volume/' + str(comicid) + '/?api_key=' + str(comicapi) + '&format=xml&field_list=name,count_of_issues,issues,start_year,site_detail_url,image,publisher,description,first_issue'
|
PULLURL= mylar.CVURL + 'volume/' + str(comicid) + '/?api_key=' + str(comicapi) + '&format=xml&field_list=name,count_of_issues,issues,start_year,site_detail_url,image,publisher,description,first_issue'
|
||||||
|
|
Loading…
Reference in a new issue