Explorar o código

프린트 제거

Surplus_Up (2DU) %!s(int64=6) %!d(string=hai) anos
pai
achega
ecf59dfcb8
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      route/topic.py

+ 0 - 1
route/topic.py

@@ -87,7 +87,6 @@ def topic_2(conn, topic_num):
                 curs.execute(db_change("select ip from topic where ip = ? limit 1"), [rd_data])
                 ip_data = curs.fetchall()
 
-            print(ip_data)
             if ip_data and ip_or_user(ip_data[0][0]) == 0:
                 curs.execute(db_change('insert into alarm (name, data, date) values (?, ?, ?)'), [
                     ip_data[0][0],