mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-06 15:16:20 +01:00
Correct discourse group sync task calling.
This commit is contained in:
@@ -489,7 +489,6 @@ def update_all_discord_nicknames():
|
||||
|
||||
|
||||
@task(bind=True)
|
||||
@only_one(key="Discourse", timeout=60*5)
|
||||
def update_discourse_groups(self, pk):
|
||||
user = User.objects.get(pk=pk)
|
||||
logger.debug("Updating discourse groups for user %s" % user)
|
||||
|
||||
Reference in New Issue
Block a user