Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
with self.conn: self.cursor.execute('UPDATE profile SET points = %s WHERE chat_id = %s', (bal, chat_id)) self.conn.commit()
The method returns None. If a query was executed, the returned values can be retrieved using fetch*() methods.
self.cursor.execute('...').fetchall()
self.cursor.execute('...') self.curosr.fetchall()
$_SERVER['HTTP_HOST']