Update regexp
This commit is contained in:
parent
e80406d5f4
commit
e71dc313f3
@ -23,7 +23,7 @@ class Environment:
|
||||
PORT: int
|
||||
|
||||
def __init__(self):
|
||||
self.FUZZ_REGEXP = "([a-z_]*)\s*:\s*([0-9.]*)"
|
||||
self.FUZZ_REGEXP = "([a-z_]*)\s*:\s*([0-9][0-9.]*[0-9])"
|
||||
self.FUZZ_WORKDIR = "/workdir"
|
||||
self.FUZZ_LOG_NAME = "fuzzer_stats"
|
||||
self.HOST = "0.0.0.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user