bot telegram 1 popytka

This commit is contained in:
Harutyun
2023-04-20 11:08:29 +03:00
parent 8fc1cf3f16
commit 0981a7b70b
+1 -1
View File
@@ -2,7 +2,7 @@ import telebot
import psycopg2 import psycopg2
from telebot import types from telebot import types
import random import random
#hello
connection = psycopg2.connect(host='localhost', dbname='dbdata', user='postgres', connection = psycopg2.connect(host='localhost', dbname='dbdata', user='postgres',
password='Q1w2e3r4') password='Q1w2e3r4')
cursor = connection.cursor() cursor = connection.cursor()