From 120149b346fed6c81ba4ece00e13a41fc71eaf7e Mon Sep 17 00:00:00 2001 From: Ritobina Date: Fri, 18 Aug 2023 00:09:18 +0530 Subject: [PATCH 1/2] My first commit --- hello.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hello.py b/hello.py index 9218339..e334921 100644 --- a/hello.py +++ b/hello.py @@ -6,6 +6,8 @@ app = Flask(__name__, static_url_path='') +# This is comment + db_name = 'mydb' client = None db = None From a23149a8214a7372faaeed5d74a5412d211a8cdf Mon Sep 17 00:00:00 2001 From: Ritobina Date: Fri, 18 Aug 2023 00:32:14 +0530 Subject: [PATCH 2/2] my second commit --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index bfe3465..73c7004 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,8 @@ from codecs import open from os import path +# THIS IS MY SECOND COMMENT + here = path.abspath(path.dirname(__file__)) # Get the long description from the README file