Browse Source

main_num 제거

Surplus_Up (2DU) 6 years ago
parent
commit
9c304dcf2d
2 changed files with 3 additions and 3 deletions
  1. 2 2
      route/tool/mark.py
  2. 1 1
      route/tool/set_mark/namumark.py

+ 2 - 2
route/tool/mark.py

@@ -48,9 +48,9 @@ def render_do(title, data, num, include):
     curs.execute(db_change('select data from other where name = "markup"'))
     rep_data = curs.fetchall()
     if rep_data[0][0] == 'namumark':
-        data = namumark(conn, data, title, num, include)
+        data = namumark(conn, data, title, include)
     elif rep_data[0][0] == 'custom':
-        data = custom_mark(conn, data, title, num, include)
+        data = custom_mark(conn, data, title, include)
     elif rep_data[0][0] == 'raw':
         data = [data, '', []]
     else:

+ 1 - 1
route/tool/set_mark/namumark.py

@@ -478,7 +478,7 @@ def middle_parser(data, include_num):
 
     return data
 
-def namumark(conn, data, title, main_num, include_num):
+def namumark(conn, data, title, include_num):
     curs = conn.cursor()
 
     global plus_data