Surplus_Up (2DU) 7 anni fa
parent
commit
989cd0238d
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      func.py

+ 2 - 0
func.py

@@ -205,6 +205,8 @@ def ip_warring():
     return text_data
 
 def skin_check():
+    skin = './views/neo_yousoro/'
+
     curs.execute('select data from other where name = "skin"')
     skin_exist = curs.fetchall()
     if skin_exist and skin_exist[0][0] != '':