err, print statement, sorry
This commit is contained in:
parent
7a4f4fcbc9
commit
1ce95ac842
|
@ -5,6 +5,6 @@ def print_url_list(urls, width, height, output_path):
|
||||||
for u in urls:
|
for u in urls:
|
||||||
clean_urls.append(u)
|
clean_urls.append(u)
|
||||||
cmd = "wkhtmltopdf --page-width %d --page-height %d %s '%s'" % (width, height, " ".join(clean_urls), output_path,)
|
cmd = "wkhtmltopdf --page-width %d --page-height %d %s '%s'" % (width, height, " ".join(clean_urls), output_path,)
|
||||||
print cmd
|
# print cmd
|
||||||
os.system(cmd)
|
os.system(cmd)
|
||||||
return output_path
|
return output_path
|
||||||
|
|
Loading…
Reference in New Issue
Block a user