Countdown to Events / Exams addon [Official Thread]

After looking at the code:

File: anki/qt/aqt/mediasrv.py
167: def _redirectWebExports(path):
...
199:     return aqt.mw.col.media.dir(), path

This happened because the col object was closed (None). @dae do we need to handle this?