ucfopen / VAST

VAST is a Python script that searches an Instructure Canvas course for media and returns results in a CSV file.
GNU General Public License v3.0
12 stars 5 forks source link

Update for Python 3 #11

Closed bagofarms closed 3 years ago

bagofarms commented 3 years ago

The only change that needs to be made is to open the CSV with w instead of wb.