diff --git a/Задания/task1/Garanyan/tgbot.py b/Задания/task1/Garanyan/tgbot.py index 91ffddf..2b47151 100644 --- a/Задания/task1/Garanyan/tgbot.py +++ b/Задания/task1/Garanyan/tgbot.py @@ -2,7 +2,7 @@ import telebot import psycopg2 from telebot import types import random - +#hello connection = psycopg2.connect(host='localhost', dbname='dbdata', user='postgres', password='Q1w2e3r4') cursor = connection.cursor()