mirror of https://github.com/Ciphey/Ciphey.git
Updated Adding your own checker (markdown)
parent
fe4dfe313d
commit
ddf2e727a1
|
@ -94,6 +94,8 @@ class ChiSquared(Checker[str]):
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Important** Your checker needs to return True for it's worked, and None for it's failed.
|
||||||
|
|
||||||
Next add your checker to:
|
Next add your checker to:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue