Skip to content

v0.3.6

Latest
Compare
Choose a tag to compare
@asbjorn asbjorn released this 08 Dec 13:01
· 1 commit to master since this release
77b570a

A bug when running the plugin on Windows cause the plugin to fail. Basically the urlopen(..) failed (strangly..).

By replacing the string with a pre-constructed Request object we fixed the issue.