From 0b7520e3b1203cca9b772fe37f8220bac714328c Mon Sep 17 00:00:00 2001 From: colcrunch Date: Thu, 22 Mar 2018 15:23:52 -0400 Subject: [PATCH] Fix celerybeat task in ts3 config. --- docs/installation/services/teamspeak3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/services/teamspeak3.md b/docs/installation/services/teamspeak3.md index a10c761e..aec183eb 100644 --- a/docs/installation/services/teamspeak3.md +++ b/docs/installation/services/teamspeak3.md @@ -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'), }