From 3abc385a359b1f9aca6f28792248e6c670fa03f3 Mon Sep 17 00:00:00 2001 From: graynk Date: Sun, 20 Feb 2022 21:57:32 +0500 Subject: [PATCH] i really need to move connection string to config --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 66136cf..cc60966 100644 --- a/bot.py +++ b/bot.py @@ -35,7 +35,7 @@ dispatcher = updater.dispatcher speech_client = SpeechClient() storage_client = storage.Client() -conn = psycopg2.connect('host=localhost dbname=voicos user=postgres password=bruhpostgres') +conn = psycopg2.connect('host=db dbname=voicos user=bot password=voicosdb') def start(update: Update, context: CallbackContext) -> None: