From dd0bfb482119f44ff80d76b0847ca10e77c9b15d Mon Sep 17 00:00:00 2001 From: TrainDoctor Date: Sun, 5 Mar 2023 18:07:17 -0800 Subject: Int is nice but it breaks plugins --- plugin/decky_plugin.pyi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin/decky_plugin.pyi') diff --git a/plugin/decky_plugin.pyi b/plugin/decky_plugin.pyi index 72e1686e..b86a7a70 100644 --- a/plugin/decky_plugin.pyi +++ b/plugin/decky_plugin.pyi @@ -36,7 +36,7 @@ It would be `root` if `root` was specified in the plugin's flags otherwise the u e.g.: `deck` """ -USER_ID: int +USER_ID: str """ The effective UID running the process. Environment variable: `UID`. @@ -58,7 +58,7 @@ Environment variable: `DECKY_USER`. e.g.: `deck` """ -DECKY_USER_ID: int +DECKY_USER_ID: str """ The UID of the user whose home decky resides in. Environment variable: `DECKY_USER_ID`. -- cgit v1.2.3