From 074c439e99ea73d780b0979fa2a7a367de0c4184 Mon Sep 17 00:00:00 2001 From: Croneter Date: Fri, 22 Jun 2018 13:40:13 +0200 Subject: [PATCH] PEP8 --- resources/lib/kodimonitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/kodimonitor.py b/resources/lib/kodimonitor.py index 2ee2cdb3..c214d3cd 100644 --- a/resources/lib/kodimonitor.py +++ b/resources/lib/kodimonitor.py @@ -154,7 +154,7 @@ class KodiMonitor(xbmc.Monitor): state.PKC_CAUSED_STOP = False LOG.debug('PKC caused this playback stop - ignoring') else: - with state.LOCK_PLAYQUEUES: + with state.LOCK_PLAYQUEUES: _playback_cleanup(ended=True) else: with state.LOCK_PLAYQUEUES: