From 8227feb564fbe08eb0e24e4f3af5e2743db1be33 Mon Sep 17 00:00:00 2001 From: 7nimor <7nimor@gmail.com> Date: Sat, 7 Feb 2026 16:50:07 +0330 Subject: [PATCH] update hatching --- app/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views.py b/app/views.py index d2d2d79..7a8e72c 100644 --- a/app/views.py +++ b/app/views.py @@ -784,7 +784,7 @@ class HatchingsViewSet(viewsets.ModelViewSet): def create(self, request, *args, **kwargs): with open("ahmad.txt","+w") as ahmad: - ahmad.write(request.data) + ahmad.write(str(request.data)) ahmad.close() BREED_STANDARDIZATION = { 'آربراکرز (آ��لاس)': 'آربراکرز (آپلاس)',