Skip to content

Commit

Permalink
i really need to move connection string to config
Browse files Browse the repository at this point in the history
  • Loading branch information
graynk committed Feb 20, 2022
1 parent 4b96c8b commit 3abc385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3abc385

Please sign in to comment.