From 849ea4770b559747ed593b7a17c5a01f5dc76891 Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Sat, 30 Apr 2022 23:14:02 -0600 Subject: [PATCH] Don't attempt to unpack origin pull --- jarvis/cogs/botutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarvis/cogs/botutil.py b/jarvis/cogs/botutil.py index 75afd58..a086ca3 100644 --- a/jarvis/cogs/botutil.py +++ b/jarvis/cogs/botutil.py @@ -86,7 +86,7 @@ class BotutilCog(Scale): if current_hash != remote_hash: current_commands = get_all_commands() - _ = origin.pull() + origin.pull() await asyncio.sleep(3) new_commands = get_all_commands() for module, commands in new_commands: