From 8e3e93a2ea7efed506d2946abd8311b89e291800 Mon Sep 17 00:00:00 2001 From: whosam Date: Sun, 5 Oct 2025 16:24:46 +0300 Subject: [PATCH] update app.py --- app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app.py b/app.py index 57d42a6..7b25c63 100644 --- a/app.py +++ b/app.py @@ -11,7 +11,6 @@ logging.basicConfig( format='%(asctime)s - %(levelname)s - %(message)s' ) -# Simple in-memory database (just a list) products = [ {"id": 1, "name": "Laptop", "price": 5000, "quantity": 10}, {"id": 2, "name": "Mouse", "price": 150, "quantity": 50}