Also fix e562ec9 for Python 2

This commit is contained in:
JonnyWong16 2020-07-03 11:24:47 -07:00
parent e562ec96fa
commit 78c5b45e43
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -17,6 +17,7 @@
from __future__ import unicode_literals
from io import open
import os
from apscheduler.triggers.cron import CronTrigger