From 54bc5711edd4ee0a5e0b93d3259cd2eade76c468 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Thu, 15 Jul 2021 19:22:22 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7675523..1790ddc 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,7 @@ Create or own app using heroku cli (app name needs to be unique, below will not - `delete from public."fmdCodeLine"`; - `delete from public."fmdCustomGraph"`; - `delete from public."fmdCustomGraphData"`; + +## Google Email +- `https://accounts.google.com/b/0/DisplayUnlockCaptcha` +- `https://myaccount.google.com/lesssecureapps` \ No newline at end of file From 17a6e22bc1bd4c5a7ea58dcf3095cf7a37c0a640 Mon Sep 17 00:00:00 2001 From: Nitin Kumar <19752199+phoenixnitin@users.noreply.github.com> Date: Thu, 30 Apr 2026 20:56:17 +0530 Subject: [PATCH 2/3] Update psql_config.py --- services/psql_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/psql_config.py b/services/psql_config.py index 8e15cec..9d55a74 100644 --- a/services/psql_config.py +++ b/services/psql_config.py @@ -14,7 +14,7 @@ class Config(object): db_uri = env.local.DB_URI else: db_uri = env.production.DB_URI - SQLALCHEMY_DATABASE_URI = db_uri + SQLALCHEMY_DATABASE_URI = os.environ.get('DB_URI') or db_uri class ProductionConfig(Config): @@ -32,4 +32,4 @@ class DevelopmentConfig(Config): class TestingConfig(Config): - TESTING = True \ No newline at end of file + TESTING = True From 4262533cef8d3b3e56f2fb9863c95100af263b5b Mon Sep 17 00:00:00 2001 From: Nitin Kumar <19752199+phoenixnitin@users.noreply.github.com> Date: Thu, 30 Apr 2026 22:12:08 +0530 Subject: [PATCH 3/3] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 32a08dd..c7a5784 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ basicauth==0.4.1 certifi==2020.6.20 chardet==3.0.4 click==7.1.2 -codecov==2.1.9 +codecov colorama==0.4.3 colorhash==1.0.2 configparser==5.0.0