diff --git a/core/apps/customers/management/commands/createclient.py b/core/apps/customers/management/commands/createclient.py index 74ae294..a481686 100644 --- a/core/apps/customers/management/commands/createclient.py +++ b/core/apps/customers/management/commands/createclient.py @@ -18,5 +18,5 @@ class Command(BaseCommand): is_primary=True ) - self.stdout("Mijoz qo'shildi") + self.stdout.write("Mijoz qo'shildi") \ No newline at end of file