Explorar el Código

버그 수정

ect (or 2du) hace 8 años
padre
commit
c3e80630b1
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      app.py

+ 2 - 1
app.py

@@ -338,7 +338,8 @@ def recentchanges(name = None, num = 1):
 
     rows = curs.fetchall()
 
-    for data in rows:                
+    for data in rows:         
+        send = ''
         if(data[4]):
             if(not re.search("^(?: *)$", data[4])):
                 send = data[4]