From bd3fe01a1271d9a19f2ef38c190421d5dde3a2ab Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Tue, 14 Jul 2020 12:25:05 +0000 Subject: [PATCH] correct task import for manual model population --- docs/features/services/teamspeak3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/services/teamspeak3.md b/docs/features/services/teamspeak3.md index c6319822..3ecd0807 100644 --- a/docs/features/services/teamspeak3.md +++ b/docs/features/services/teamspeak3.md @@ -101,7 +101,7 @@ The method which populates these runs every 30 minutes. To populate manually, st And execute the update: - from services.modules.teamspeak3.tasks import Teamspeak3Tasks + from allianceauth.services.modules.teamspeak3.tasks import Teamspeak3Tasks Teamspeak3Tasks.run_ts3_group_update() Ensure that command does not return an error.