1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-16 06:15:09 -05:00

Removed a sleep timer

This commit is contained in:
echel0n 2014-07-19 06:11:53 -07:00
parent 9fe6b66475
commit 3fd5f75180

View File

@ -224,8 +224,6 @@ class NameParser(object):
matches.append(result) matches.append(result)
time.sleep(0.02)
if len(matches): if len(matches):
# pick best match with highest score based on placement # 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) bestResult = max(sorted(matches, reverse=True, key=lambda x: x.which_regex), key=lambda x: x.score)