Explorar el Código

Turnitin bugfix.

master
Ben Kurtovic hace 8 años
padre
commit
8be5c63bc1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      copyvios/checker.py

+ 1
- 1
copyvios/checker.py Ver fichero

@@ -71,7 +71,7 @@ def _get_results(query, follow=True):

# Handle the turnitin check
if use_turnitin:
query.turnitin_result = search_turnitin(query.title, query.lang)
query.turnitin_result = search_turnitin(page.title, query.lang)

# Handle the copyvio check
mode = "{0}:{1}:".format(use_engine, use_links)


Cargando…
Cancelar
Guardar