This commit is contained in:
2022-12-02 11:47:55 +03:00
parent 11655b31ae
commit e90099ae53
5 changed files with 29 additions and 22 deletions

View File

@@ -111,5 +111,5 @@ class User(Base):
return scope
if __name__ == "__main__":
print(User.get_permission(user_id=1)) # type: ignore
# if __name__ == "__main__":
# print(User.get_permission(user_id=1)) # type: ignore