cursor.execute('select * from games where game_id = 2')
print(cursor.fetchall())
place='Москва'
mgr = owm.weather_manager()
observation = mgr.weather_at_place(place)
loc = observation.location
one_call = mgr.one_call(loc.lat, loc.lon)
forecast = one_call.forecast_daily
print(forecast[0].temperature('celsius'))
reg.locations_for('Moscow')
good_night = ['Доброй ночи', 'Спокойной ночи']
text = 'Доброй ночи тебе'
if any(phrase in text for phrase in good_night):
print('они пожелали спокойной ночи')
if db.select_all_users_verikey(verikey=message.text, id=message.from_user.id):
cursor.execute("SELECT * FROM Users WHERE verikey = ? AND id = ? ", (verikey, id)).fetchone()
cur.execute("select * from user_codes where user_id = ? and code = ?", (user_id, user_code))
cur.execute("select code from user_codes where user_id = ?", (user_id, ))
for element in range(0, len(list_with_values), 3):
И для такого конечно же каждое третье значение в этом списке (начиная с нулевого) не должны повторяться, иначе опять словите ошибку уникальности.