chore: Typo correction (#18997)

[skip ci]
This commit is contained in:
Himanshu Shivhare 2022-11-24 16:25:11 +05:30 committed by GitHub
parent 73f0256aa8
commit c7461a05c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,7 +183,7 @@ def start_scheduler():
@click.option("-u", "--rq-username", default=None, help="Redis ACL user")
@click.option("-p", "--rq-password", default=None, help="Redis ACL user password")
def start_worker(queue, quiet=False, rq_username=None, rq_password=None):
"""Site is used to find redis credentals."""
"""Site is used to find redis credentials."""
from frappe.utils.background_jobs import start_worker
start_worker(queue, quiet=quiet, rq_username=rq_username, rq_password=rq_password)