diff options
author | 2018-10-13 11:31:08 +1100 | |
---|---|---|
committer | 2018-10-13 11:31:08 +1100 | |
commit | e75a59172674243986bdf73aecb1d61f2e1b3cee (patch) | |
tree | ebd20cc55eccf345e1d03ff2b657c8a5c21aa3d7 | |
parent | Fixed merged conflicts (diff) |
Add new line and remove save variable (not used)
-rw-r--r-- | bot/cogs/candy_collection.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/candy_collection.py b/bot/cogs/candy_collection.py index 8eb6ddf9..713e1f2f 100644 --- a/bot/cogs/candy_collection.py +++ b/bot/cogs/candy_collection.py @@ -173,7 +173,7 @@ class CandyCollection: # use run_in_executor to prevent blocking thing = functools.partial(self.save_to_json) - save = await self.bot.loop.run_in_executor(None, thing) + await self.bot.loop.run_in_executor(None, thing) emoji = ( '\N{FIRST PLACE MEDAL}', |