From a93f6d7a035c1e7af9394f6126f169d9d6b83fb0 Mon Sep 17 00:00:00 2001 From: Abigail Date: Mon, 23 Dec 2019 09:57:05 -0500 Subject: [PATCH] >:-( PEP8 --- exts/study.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/exts/study.py b/exts/study.py index 124d53d..806089d 100644 --- a/exts/study.py +++ b/exts/study.py @@ -71,10 +71,10 @@ class StudyCog(commands.Cog): embed.colour = cmn.colours.good embed.add_field(name='Question:', value=question['text'], inline=False) embed.add_field(name='Answers:', value='**A:** ' + question['answers']['A'] + - '\n**B:** ' + question['answers']['B'] + - '\n**C:** ' + question['answers']['C'] + - '\n**D:** ' + question['answers']['D'], - inline=False) + '\n**B:** ' + question['answers']['B'] + + '\n**C:** ' + question['answers']['C'] + + '\n**D:** ' + question['answers']['D'], + inline=False) embed.add_field(name='Answer:', value='Type _?rqa_ for answer', inline=False) if 'image' in question: image_url = f'https://hamstudy.org/_1330011/images/{selected_pool.split("_",1)[1]}/{question["image"]}'