Browse Source

버그 수정

ect (or 2du) 8 năm trước cách đây
mục cha
commit
c3e80630b1
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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]