mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
minor just in case patch
This commit is contained in:
parent
0072c3af8e
commit
69eb173eca
|
@ -1592,6 +1592,7 @@ def stdev(values):
|
|||
avg = average(values)
|
||||
|
||||
for value in values:
|
||||
value = value or 0
|
||||
summa += pow(value - avg, 2)
|
||||
|
||||
retVal = sqrt(summa/(len(values) - 1))
|
||||
|
|
Loading…
Reference in New Issue
Block a user