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__)