1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04: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)
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)