Remove old Job definitions

This commit is contained in:
Stephan Porada 2019-09-04 14:50:18 +02:00
parent 5952db0b4a
commit c5dbc7db7f

View File

@ -5,14 +5,6 @@ basedir = os.path.abspath(os.path.dirname(__file__))
class Config:
JOBS = [
{
'id': 'checkout_jobs',
'func': 'app.scheduler_functions:checkout_jobs',
'seconds': 3,
'trigger': 'interval'
}
]
MAIL_SERVER = os.environ.get('MAIL_SERVER')
MAIL_PORT = int(os.environ.get('MAIL_PORT'))
MAIL_USE_TLS = os.environ.get('MAIL_USE_TLS').lower() == 'true'