Add windows stub for restart_webhelper

manually merged
closes #632
This commit is contained in:
AAGaming
2024-06-29 17:59:32 -04:00
parent 9875c4ddbc
commit 0c96738530
@@ -53,3 +53,6 @@ def get_unprivileged_path() -> str:
def get_unprivileged_user() -> str:
return os.getenv("UNPRIVILEGED_USER", os.getlogin())
async def restart_webhelper() -> bool:
return True # Stubbed