We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8aa7b commit 3b364ddCopy full SHA for 3b364dd
assets/generate_badge.py
@@ -25,5 +25,5 @@
25
with open("test.html", "w") as f:
26
f.write(ret)
27
28
-with open('test.html', "w") as ff:
29
- imgkit.from_file(ff, 'test.svg')
+with open('test.svg', "w") as ff:
+ imgkit.from_file(ff, 'test.html')
0 commit comments