Skip to content

Commit

Permalink
let's try dropping admin
Browse files Browse the repository at this point in the history
fixes #1

This commit was sponsored by Alex Scammon, Jason Mills, Matt Campbell,
and my other patrons.  If you want to join them, you can support my
work at https://glyph.im/patrons/.
  • Loading branch information
glyph committed Nov 28, 2024
1 parent 261f7f8 commit 0d4a439
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/tokenring/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
from multiprocessing.connection import Listener
from pathlib import Path

from pyuac import main_requires_admin # type:ignore[import]

import click

from .agent.common import address, auth_key, family
Expand Down Expand Up @@ -55,7 +53,6 @@ def set(servicename: str, username: str) -> None:
real_argv = argv[:]
@cli.command()
@click.argument("vault_path", required=False, type=click_path)
@main_requires_admin(cmdLine=real_argv)
def agent(vault_path: Path | None) -> None:

local_ring = (
Expand Down

0 comments on commit 0d4a439

Please sign in to comment.