From a440a26042c8bf32dff0580f0562fe4ce11a417c Mon Sep 17 00:00:00 2001 From: Jessamyn Smith Date: Sun, 19 Apr 2015 21:31:50 -0400 Subject: [PATCH] Fixed flake error --- plugins/talk_back.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/talk_back.py b/plugins/talk_back.py index bebd9a1..57934c5 100644 --- a/plugins/talk_back.py +++ b/plugins/talk_back.py @@ -6,7 +6,8 @@ class TalkBackPlugin(WillPlugin): - QUOTES_URL = "https://underquoted.herokuapp.com/api/v2/quotations/?random=true&limit=1" + QUOTES_URL = ("https://underquoted.herokuapp.com/api/v2/quotations/" + "?random=true&limit=1") def get_quote(self): quote = None