1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00

small typo fix

This commit is contained in:
Adolfo Gómez García 2023-05-05 00:43:24 +02:00
parent 84b0bd1de2
commit 2d6a381321
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -165,4 +165,4 @@ class Command(BaseCommand):
"Task manager found running (pid file exists: {0})\n".format(pid)
)
else:
self.stdout.write("Task manager not foud (pid file do not exits)\n")
self.stdout.write("Task manager not found (pid file do not exits)\n")