Fix minor syntactical error.

This commit is contained in:
PhilipWafula 2021-04-07 10:15:41 +03:00
parent b101496402
commit 8c453a9190
Signed by untrusted user: mango-habanero
GPG Key ID: B00CE9034DA19FB7

View File

@ -61,7 +61,7 @@ def process_account_creation_callback(self, result: str, url: str, status_code:
result,
phone_number,
'pgp',
]
],
queue=queue,
)
s.apply_async()