Don't attempt to unpack origin pull

This commit is contained in:
Zeva Rose 2022-04-30 23:14:02 -06:00
parent 8157106484
commit 849ea4770b

View file

@ -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: