We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c4eff commit d41241eCopy full SHA for d41241e
sitecustomize.py
@@ -437,7 +437,7 @@ def start(self) -> None:
437
traceback.print_exc(excep)
438
439
def start_listening(self) -> None:
440
- print(f"Wuppiefuzz - Started listenening", flush=True)
+ print(f"Wuppiefuzz - Started listening", flush=True)
441
connection, address = self.accept()
442
print(f"WuppieFuzz - Incoming TCP connection from {address}", flush=True)
443
try:
0 commit comments