linsyking / CanvasHelper2

New generation of Canvas Helper.
MIT License
13 stars 5 forks source link

ignoring https prefix error #5

Closed linsyking closed 1 year ago

linsyking commented 1 year ago

If the url is jicanvas.com instead of https://jicanvas.com, the program crashes.

linsyking commented 1 year ago

I think we can simply check if the url starts with "http", if not, auto add "https://" and save it. @zzjc1234

zzjc1234 commented 1 year ago

Issue had been solved by PR#12