Browse Source

아니다 그냥 나오게

Surplus_Up (2DU) 7 years ago
parent
commit
fd7c0840be
1 changed files with 1 additions and 4 deletions
  1. 1 4
      route/other.py

+ 1 - 4
route/other.py

@@ -21,10 +21,7 @@ def other_2(conn, r_ver):
             pass
 
     if n_ver != '':
-        if n_ver != r_ver:
-            n_ver = '<li>' + load_lang('lastest') + ' : ' + n_ver + '</li>'
-        else:
-            n_ver = ''
+        n_ver = '<li>' + load_lang('lastest') + ' : ' + n_ver + '</li>'
     
     return easy_minify(flask.render_template(skin_check(), 
         imp = [load_lang('other_tool'), wiki_set(), custom(), other2([0, 0])],