Explorar el Código

소유자는 파일 편집 되게

2DU hace 9 años
padre
commit
b01aaa3ad0
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      app.py

+ 2 - 1
app.py

@@ -1222,7 +1222,8 @@ def getcan(ip, name):
         else:
             return 1
     elif(n):
-        return 1
+        if(not ownercheck() == 1):
+            return 1
     else:
         b = re.search("^([0-9](?:[0-9]?[0-9]?)\.[0-9](?:[0-9]?[0-9]?))", ip)
         if(b):