*/tasks: update phrasing

This commit is contained in:
Jens Langhammer
2020-10-19 21:35:31 +02:00
parent 8e03824d20
commit 2ed9a1dbe3
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ def ldap_sync_all():
@CELERY_APP.task(bind=True, base=MonitoredTask)
def ldap_sync(self: MonitoredTask, source_pk: int):
"""Sync a single source"""
"""Synchronization of an LDAP Source"""
source: LDAPSource = LDAPSource.objects.get(pk=source_pk)
self.set_uid(slugify(source.name))
try: