This website works better with JavaScript.
Home
Help
Sign In
ben
/
copyvios
mirror of
https://github.com/earwig/copyvios
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
T_POSSIBLE back down to 0.4.
pull/24/head
Ben Kurtovic
10 years ago
parent
490022910f
commit
8d80eccad0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
copyvios/checker.py
+ 1
- 1
copyvios/checker.py
View File
@@ -12,7 +12,7 @@ from .sites import get_site, get_sites
__all__ = ["do_check", "T_POSSIBLE", "T_SUSPECT"]
T_POSSIBLE = 0.
5
T_POSSIBLE = 0.
4
T_SUSPECT = 0.75
def do_check():
Write
Preview
Loading…
Cancel
Save