Update mixer.py

This commit is contained in:
g1tman 2019-10-31 16:14:34 +05:30 committed by GitHub
parent dec5af480a
commit 00f31d5067
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):