correct task import for manual model population

This commit is contained in:
Ariel Rin 2020-07-14 12:25:05 +00:00
parent 39f7f32b7d
commit bd3fe01a12

View File

@ -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.