From c612e4889883fd2e2837f9b7118de589160a4a10 Mon Sep 17 00:00:00 2001 From: elpatron68 Date: Sun, 28 Jul 2019 10:20:46 +0200 Subject: [PATCH] Fix another KeyError: 'tags' --- mumbleBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mumbleBot.py b/mumbleBot.py index 59d2041..30cc647 100644 --- a/mumbleBot.py +++ b/mumbleBot.py @@ -384,7 +384,7 @@ class MumbleBot: country = s['country'] codec = s['codec'] bitrate = s['bitrate'] - genre = s['tags'] + genre = s['genre'] homepage = s['homepage'] msg += f'{stationid}{stationname}{genre}{codec}/{bitrate}{country}{homepage}/' msg += ''