Ver Fonte

임시 버그 수정

Surplus_Up (2DU) há 7 anos atrás
pai
commit
026b755276
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      func.py

+ 1 - 1
func.py

@@ -23,7 +23,7 @@ def load_conn(data):
     load_conn2(data)
 
 def easy_minify(data):
-    data = re.sub('\n +', '\n', data)
+    data = re.sub('\n +<', '\n<', data)
     
     return data