from .tool.func import *
def user_info_2(conn):
curs = conn.cursor()
ip = ip_check()
curs.execute(db_change("select count(*) from alarm where name = ?"), [ip])
count = curs.fetchall()
if count and count[0][0] != 0:
plus2 = '
'''
plus3 = ''
curs.execute(db_change("select data from other where name = 'email_have'"))
test = curs.fetchall()
if test and test[0][0] != '':
plus += '