diff --git a/screenless/bureau/audio/audio.py b/screenless/bureau/audio/audio.py index 8297f9c..ce8382f 100644 --- a/screenless/bureau/audio/audio.py +++ b/screenless/bureau/audio/audio.py @@ -105,7 +105,19 @@ class Audio(Bureau): if data["addurl"]: self.save_url(data["addurl"]) ret += "
New station " + data["addurl"] + " saved!
\n" - ret += "" + ret += """ +
+ +
+ """ return ret