Fixed error in run_command

This commit is contained in:
Dusty.P 2018-04-14 03:12:51 -08:00
parent c6c4b1eb91
commit a3e59c75a3

View File

@ -75,7 +75,7 @@ def paginate(text, maxlen=1990):
paginator.add_line(line)
return paginator.pages
async def run_command(*args):
async def run_command(args):
# Create subprocess
process = await asyncio.create_subprocess_shell(
args,