Browse Source

Turnitin bugfix.

copyvios-ng
Ben Kurtovic 8 years ago
parent
commit
8be5c63bc1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      copyvios/checker.py

+ 1
- 1
copyvios/checker.py View File

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


# Handle the turnitin check # Handle the turnitin check
if use_turnitin: 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 # Handle the copyvio check
mode = "{0}:{1}:".format(use_engine, use_links) mode = "{0}:{1}:".format(use_engine, use_links)


Loading…
Cancel
Save