From 70a7b128bbc317c6ade8f486189843c97995cb01 Mon Sep 17 00:00:00 2001 From: satishpettum Date: Wed, 11 Feb 2026 19:57:43 +0530 Subject: [PATCH 1/2] my added to contributor list --- app/main.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/main.py b/app/main.py index 1750389..5c8bbaa 100644 --- a/app/main.py +++ b/app/main.py @@ -4,6 +4,10 @@ from typing import Optional import logging +# this is satish for practising + + + logging.basicConfig(level=logging.INFO) logger = logging.getLogger(__name__) From aa32c45add704af77cc2b13e05e55af18399cef3 Mon Sep 17 00:00:00 2001 From: satishpettum Date: Wed, 11 Feb 2026 20:02:27 +0530 Subject: [PATCH 2/2] success --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 5c8bbaa..90daf34 100644 --- a/app/main.py +++ b/app/main.py @@ -6,7 +6,7 @@ # this is satish for practising - +satish=31093 logging.basicConfig(level=logging.INFO) logger = logging.getLogger(__name__)