Explorar el Código

Update T_POSSIBLE, T_SUSPECT.

pull/24/head
Ben Kurtovic hace 10 años
padre
commit
490022910f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      copyvios/checker.py

+ 2
- 2
copyvios/checker.py Ver fichero

@@ -12,8 +12,8 @@ from .sites import get_site, get_sites

__all__ = ["do_check", "T_POSSIBLE", "T_SUSPECT"]

T_POSSIBLE = 0.3
T_SUSPECT = 0.6
T_POSSIBLE = 0.5
T_SUSPECT = 0.75

def do_check():
query = Query()


Cargando…
Cancelar
Guardar