Be sure to import the scheduler, or our scheduled tasks won't run, and notifications won't go out.

This commit is contained in:
Dan 2021-01-11 11:05:53 -05:00
parent 67937535bb
commit b34963b667

View File

@ -92,7 +92,7 @@ from communicator import models
from communicator import api
from communicator import forms
from communicator.models import Sample
from flask_table import Table, Col, DatetimeCol, BoolCol, NestedTableCol
from communicator import scheduler
from communicator.tables import SampleTable
# Convert list of allowed origins to list of regexes
origins_re = [r"^https?:\/\/%s(.*)" % o.replace('.', r'\.')