diff options
| author | TrainDoctor <traindoctor@protonmail.com> | 2023-03-05 18:12:31 -0800 |
|---|---|---|
| committer | TrainDoctor <traindoctor@protonmail.com> | 2023-03-05 18:12:31 -0800 |
| commit | 63b25bce8534d6177a45a7a6a75dfd6ce4709690 (patch) | |
| tree | 1c7aa1c0b18f872eda95895ba46bf2506e4e4f60 /plugin/decky_plugin.pyi | |
| parent | dd0bfb482119f44ff80d76b0847ca10e77c9b15d (diff) | |
| download | decky-loader-685bbf1a2d43e550f707663441518d6c2d5c4ab0.tar.gz decky-loader-685bbf1a2d43e550f707663441518d6c2d5c4ab0.zip | |
All good, code was not modified to accomodate intsv2.6.3-pre3
Diffstat (limited to 'plugin/decky_plugin.pyi')
| -rw-r--r-- | plugin/decky_plugin.pyi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/decky_plugin.pyi b/plugin/decky_plugin.pyi index b86a7a70..72e1686e 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: str +USER_ID: int """ The effective UID running the process. Environment variable: `UID`. @@ -58,7 +58,7 @@ Environment variable: `DECKY_USER`. e.g.: `deck` """ -DECKY_USER_ID: str +DECKY_USER_ID: int """ The UID of the user whose home decky resides in. Environment variable: `DECKY_USER_ID`. |
