Staticfy
Staticfy copied to clipboard
TypeError: write() argument must be str, not bytes
When I try to run staticfy, with the the command staticfy index.html -o new.html --framework=django
, I get a type error, and I don't know what I'm doing wrong
Which version of Python are you running?
which version of Python are you running? I'm using Python 3.8.6
I can't reproduce it.
I setup multi-version testing with Github workflows and I specifically added a key for python 3.8.6
on ubuntu-latest
and it doesn't fail. you can see it here: https://github.com/danidee10/Staticfy/runs/1848553832?check_suite_focus=true
are you using the latest version i.e Staticfy==2.0
?