mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Pleasing the pylint gods
This commit is contained in:
@@ -110,7 +110,7 @@ class WichmannHill(random.Random):
|
||||
period.
|
||||
"""
|
||||
|
||||
if not n >= 0:
|
||||
if n < 0:
|
||||
raise ValueError("n must be >= 0")
|
||||
x, y, z = self._seed
|
||||
x = int(x * pow(171, n, 30269)) % 30269
|
||||
|
||||
Reference in New Issue
Block a user