Selaa lähdekoodia

버그 수정

잉여개발기 (SPDV) 6 vuotta sitten
vanhempi
sitoutus
79e2fba288
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      route/recent_block.py

+ 1 - 1
route/recent_block.py

@@ -41,7 +41,7 @@ def recent_block_2(conn, name, tool):
                     plus_sql = 'and band = \'regex\' '
                 else:
                     sub += ' (' + load_lang('normal') + ')'
-                    plus_sql = 'and band = \'\''
+                    plus_sql = 'and band = \'\' '
 
             curs.execute(db_change("" + \
                 "select why, block, blocker, end, today, band, ongoing from rb " + \