timer_status = hm.give_user_information2(i, 'timer', 'users')
print(timer_status)
0
Traceback (most recent call last):
File "Путь", line 17, in <module>
timer_status = hm.give_user_information2(i, 'timer', 'users')
File "Путь\help_module.py", line 11, in give_user_information2
return str(cursor.execute("SELECT " + info + " FROM " + table + " WHERE uid = " + str(id)).fetchone()[0])
TypeError: 'NoneType' object is not subscriptable