Merge pull request #2714 from timgates42/bugfix_typo_positive

docs: fix simple typo, positibe -> positive
This commit is contained in:
ZeroNet 2021-01-25 03:23:46 +01:00 committed by GitHub
commit 03da34c5d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ def _communicate_with_igd(port=15441,
success = True success = True
break break
# Wait another 10sec for competition or any positibe result # Wait another 10sec for competition or any positive result
for _ in range(10): for _ in range(10):
all_done = all([thread.value is not None for thread in threads]) all_done = all([thread.value is not None for thread in threads])
any_succeed = any([thread.value for thread in threads]) any_succeed = any([thread.value for thread in threads])