Explorar el Código

버그 패치

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

+ 1 - 1
mark.py

@@ -113,7 +113,7 @@ def mid_pas(data, fol_num, include):
             html = html_a.search(a[0])
             
             fol_a = re.compile("^#!folding\s((?:(?!\n).)*)\n?\s\n(.*)$", re.DOTALL)
-            flo = fol_a.search(a[0])
+            fol = fol_a.search(a[0])
             
             if(big):
                 result = big.groups()