瀏覽代碼

최근 바뀜 버그

ect (or 2du) 8 年之前
父節點
當前提交
2d9ec78225
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app.py

+ 1 - 1
app.py

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