]> git.0d.be Git - botaradio.git/commitdiff
Remove newline
authorLartza <Lartza@users.noreply.github.com>
Tue, 10 Mar 2020 22:18:25 +0000 (00:18 +0200)
committerLartza <Lartza@users.noreply.github.com>
Tue, 10 Mar 2020 22:18:25 +0000 (00:18 +0200)
librb/rbRadios.py

index 09baf1aeb2d88a23712b10bac2ece7bf2c1a166e..77a38ed6ecbcebb4a1fc971b9742deab9d2908e0 100644 (file)
@@ -176,4 +176,4 @@ class RadioBrowser:
         assert isinstance(params, dict), "params is not a dict"
         kwargs["params"] = params
         endpoint = self.builder.produce_endpoint(endpoint="station_search")
-        return request(endpoint, **kwargs)
+        return request(endpoint, **kwargs)
\ No newline at end of file