Update mixer.py
This commit is contained in:
parent
dec5af480a
commit
00f31d5067
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ def find_channel(force=False):
|
|||
if not force:
|
||||
return None
|
||||
|
||||
min(busy, key=lambda x: x.play_time)
|
||||
return min(busy, key=lambda x: x.play_time)
|
||||
|
||||
|
||||
class ChannelImpl(object):
|
||||
|
|
Loading…
Add table
Reference in a new issue