From e8a022f3962686cfe32fa4af4be68ce9443d0a2f Mon Sep 17 00:00:00 2001 From: CrazyProger1 Date: Fri, 26 Jan 2024 17:05:22 +0200 Subject: [PATCH] Fix: example --- examples/crud/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/crud/main.py b/examples/crud/main.py index 8612a35..52cde1e 100644 --- a/examples/crud/main.py +++ b/examples/crud/main.py @@ -18,7 +18,7 @@ async def main(): product = Product( name='My Product', description='My Desc', - code='123W31QQ' + code='123W31QQW' ) # Create