From 1017bc8b6876b2c4ceb1cd545ec16f4f0b573813 Mon Sep 17 00:00:00 2001 From: squiddy Date: Sat, 27 Jan 2024 22:57:16 +0800 Subject: [PATCH] remove todo --- bot/src/utils/database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/src/utils/database.py b/bot/src/utils/database.py index ecc387c..abb7f14 100644 --- a/bot/src/utils/database.py +++ b/bot/src/utils/database.py @@ -18,7 +18,7 @@ db = PostgresqlDatabase( database="postgres", host="db", port=5432, user="postgres", password="postgres" -) # TODO: modify this when deploying +) logger = logging.getLogger(__name__)