Browse Source

버그 수정 2

잉여개발기 (SPDV) 5 years ago
parent
commit
00acf15238
1 changed files with 1 additions and 1 deletions
  1. 1 1
      route/tool/func.py

+ 1 - 1
route/tool/func.py

@@ -499,7 +499,7 @@ def next_fix(link, num, page, end = 50):
 
 def other2(data):
     global req_list
-    main_css_ver = '49'
+    main_css_ver = '50'
     data += ['' for _ in range(0, 3 - len(data))]
 
     if req_list == '':