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'), }