Airi Taukurade

Results 2 issues of Airi Taukurade

Im using code from example ```python body = """ Hello World! """ imgkit.from_string(body,'name.jpg') ``` and i get error: ``` OSError: wkhtmltoimage exited with non-zero code 1. error: Unknown long argument...

you can add param background=None ```python ... def __init__(self, root, gif_file, delay=0.04,background="white"): tk.Label.__init__(self, root,background=background) ... ``` P.S. Thanks to your repository, Thoru is dancing in my bottom left