Explorar o código

버그 수정

잉여개발기 (SPDV) %!s(int64=6) %!d(string=hai) anos
pai
achega
79e2fba288
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 " + \