Browse Source

안 쓰는 변수 삭제

Surplus_Up (2DU) 6 years ago
parent
commit
eaef3ae023
1 changed files with 0 additions and 3 deletions
  1. 0 3
      route/topic_delete.py

+ 0 - 3
route/topic_delete.py

@@ -6,9 +6,6 @@ def topic_delete_2(conn, topic_num):
     if admin_check(None) != 1:
         return re_error('/error/3')
 
-    ip = ip_check()
-    time = get_time()
-
     topic_change_data = topic_change(topic_num)
     name = topic_change_data[0]
     sub = topic_change_data[1]