Update regexp
All checks were successful
CI / build (push) Successful in 9s
CI / push (push) Successful in 11s
CI / free (push) Successful in 1s

This commit is contained in:
Даниил Ефремов 2023-10-02 17:22:19 +03:00
parent e80406d5f4
commit e71dc313f3

View File

@ -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"