CanvasSync icon indicating copy to clipboard operation
CanvasSync copied to clipboard

Courses not showing up

Open david101523 opened this issue 1 year ago • 1 comments

Screenshot 2023-11-18 at 6 06 15 PM

david101523 avatar Nov 19 '23 00:11 david101523

This occurs because the PyPi package is old. Remove the current package and reinstall using the latest git version.

pip uninstall CanvasSync
pip install git+https://github.com/perslev/CanvasSync

Should work after that, worked for me.

AniAggarwal avatar Dec 07 '23 16:12 AniAggarwal