mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Removed a sleep timer
This commit is contained in:
parent
9fe6b66475
commit
3fd5f75180
1 changed files with 0 additions and 2 deletions
|
@ -224,8 +224,6 @@ class NameParser(object):
|
|||
|
||||
matches.append(result)
|
||||
|
||||
time.sleep(0.02)
|
||||
|
||||
if len(matches):
|
||||
# pick best match with highest score based on placement
|
||||
bestResult = max(sorted(matches, reverse=True, key=lambda x: x.which_regex), key=lambda x: x.score)
|
||||
|
|
Loading…
Reference in a new issue