john-hix / scrape-canvas

Scrape Canvas content, assignments, etc. Forked from a gist at https://gist.github.com/Koenvh1/6386f8703766c432eb4dfa19acdb0244
19 stars 11 forks source link

Updated to fix Canvas library changes #1

Closed Pascal-0x90 closed 3 years ago

Pascal-0x90 commented 3 years ago

Some changes made to work with updates to the canvas module in python.

canvas.attributes['name']

is now

canvas.name
john-hix commented 3 years ago

Thanks for opening. :+1: