mirror of
https://github.com/undera/pylgbst.git
synced 2020-11-18 19:37:26 -08:00
Fix limit
This commit is contained in:
parent
5ded337fe0
commit
7d9bd07cbe
@ -91,7 +91,7 @@ if __name__ == '__main__':
|
|||||||
empty += 1
|
empty += 1
|
||||||
if sorter.tick():
|
if sorter.tick():
|
||||||
empty = 0
|
empty = 0
|
||||||
elif empty > 10:
|
elif empty > 20:
|
||||||
break
|
break
|
||||||
|
|
||||||
finally:
|
finally:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user