Int is nice but it breaks plugins

This commit is contained in:
TrainDoctor
2023-03-05 18:07:17 -08:00
parent c1055b73bb
commit dd0bfb4821
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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`.