Fix celerybeat task in ts3 config.

This commit is contained in:
colcrunch 2018-03-22 15:23:52 -04:00 committed by GitHub
parent 48c8ccfe97
commit 0b7520e3b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ In your auth project's settings file, do the following:
TEAMSPEAK3_PUBLIC_URL = ''
CELERYBEAT_SCHEDULE['run_ts3_group_update'] = {
'task': 'services.modules.teamspeak3.tasks.run_ts3_group_update',
'task': 'allianceauth.services.modules.teamspeak3.tasks.run_ts3_group_update',
'schedule': crontab(minute='*/30'),
}