Don't attempt to unpack origin pull
This commit is contained in:
parent
8157106484
commit
849ea4770b
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class BotutilCog(Scale):
|
||||||
|
|
||||||
if current_hash != remote_hash:
|
if current_hash != remote_hash:
|
||||||
current_commands = get_all_commands()
|
current_commands = get_all_commands()
|
||||||
_ = origin.pull()
|
origin.pull()
|
||||||
await asyncio.sleep(3)
|
await asyncio.sleep(3)
|
||||||
new_commands = get_all_commands()
|
new_commands = get_all_commands()
|
||||||
for module, commands in new_commands:
|
for module, commands in new_commands:
|
||||||
|
|
Loading…
Add table
Reference in a new issue