accept gdpr
This commit is contained in:
parent
9103d64fbc
commit
16e2f477be
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class Speedtest(commands.Cog):
|
||||||
async def run_speedtest(self) -> str | sp:
|
async def run_speedtest(self) -> str | sp:
|
||||||
try:
|
try:
|
||||||
process = await asyncio.create_subprocess_exec(
|
process = await asyncio.create_subprocess_exec(
|
||||||
"speedtest", "-f", "json", "--accept-license",
|
"speedtest", "-f", "json", "--accept-license", "--accept-gdpr",
|
||||||
stdout=subprocess.PIPE,
|
stdout=subprocess.PIPE,
|
||||||
stderr=subprocess.PIPE
|
stderr=subprocess.PIPE
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue