Parcourir la source

버그 수정

ect (or 2du) il y a 8 ans
Parent
commit
c3e80630b1
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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]