Update URI
This commit is contained in:
@ -197,11 +197,7 @@ def show_user_uri(username: str, qrcode: bool, ipv: int, all: bool):
|
|||||||
else:
|
else:
|
||||||
command_args.extend(['-ip', str(ipv)])
|
command_args.extend(['-ip', str(ipv)])
|
||||||
|
|
||||||
try:
|
run_cmd(command_args)
|
||||||
result = subprocess.check_output(command_args, shell=False, text=True)
|
|
||||||
print(result.strip())
|
|
||||||
except subprocess.CalledProcessError as e:
|
|
||||||
print(f"Error: {e.output.strip()}")
|
|
||||||
|
|
||||||
|
|
||||||
@ cli.command('traffic-status')
|
@ cli.command('traffic-status')
|
||||||
|
|||||||
Reference in New Issue
Block a user