]> kaliko git repositories - mpd-sima.git/blobdiff - sima/plugins/internal/tags.py
Mainly use literal for list/dict and f-strings when possible
[mpd-sima.git] / sima / plugins / internal / tags.py
index 39ac0ea27bdb6aacc77307f246240d47d36aab11..32021a1c7526efa50613e999cb8b493fe465fe33 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (c) 2020 kaliko <kaliko@azylum.org>
+# Copyright (c) 2020, 2021 kaliko <kaliko@azylum.org>
 #
 #  This file is part of sima
 #
@@ -143,7 +143,7 @@ class Tags(AdvancedPlugin):
             if not trk:
                 continue
             if queue_mode == 'track':
-                self.log.info('Tags plugin chose: {}'.format(trk))
+                self.log.info('Tags plugin chose: %s', trk)
                 candidates.append(trk)
                 if len(candidates) == target:
                     break