Ver a proveniência

Auto-bypass cache when cache_possible_miss is True.

pull/24/head
Ben Kurtovic há 10 anos
ascendente
cometimento
0f4ecfe80a
1 ficheiros alterados com 2 adições e 0 eliminações
  1. +2
    -0
      copyvios/checker.py

+ 2
- 0
copyvios/checker.py Ver ficheiro

@@ -139,6 +139,8 @@ def _get_cached_results(page, conn, mode, noskip):
if not results:
return None
cache_time, queries, check_time, possible_miss = results[0]
if possible_miss and noskip:
return None
cursor.execute(query3, (cache_id,))
data = cursor.fetchall()



Carregando…
Cancelar
Guardar