mirror of
https://github.com/sartography/uva-covid19-testing-communicator.git
synced 2025-02-24 04:48:05 +00:00
Be sure to import the scheduler, or our scheduled tasks won't run, and notifications won't go out.
This commit is contained in:
parent
67937535bb
commit
b34963b667
@ -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'\.')
|
||||
|
Loading…
x
Reference in New Issue
Block a user