From 6e1a283f2ccc4cf303544026d6eefc0b6797d97f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Fri, 27 Nov 2020 00:32:28 +0100 Subject: [PATCH] fix commend --- src/resources/apiinteractionresource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/apiinteractionresource.py b/src/resources/apiinteractionresource.py index 849ee7b..6d29302 100644 --- a/src/resources/apiinteractionresource.py +++ b/src/resources/apiinteractionresource.py @@ -1,5 +1,5 @@ """ -Base resource with user handling and Spotify integration +Base resource with user handling, Spotify and MusicBrains integration """ __author__ = '@tormakris'