eval
This commit is contained in:
parent
8bd07cef52
commit
442b96a5cd
3 changed files with 56 additions and 31 deletions
|
@ -18,3 +18,8 @@ try:
|
|||
except AttributeError:
|
||||
PROMPTING_USERS = None
|
||||
|
||||
try:
|
||||
EXEC_UIDS: list[int] | None = [int(e) for e in os.getenv("EXEC_UIDS").split(" ")]
|
||||
except AttributeError:
|
||||
EXEC_UIDS = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue