Add windows stub for restart_webhelper

This commit is contained in:
suchmememanyskill
2024-06-01 11:42:37 +02:00
parent 3a83fa81de
commit 5a114e77bc
+3
View File
@@ -51,3 +51,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