many updates

This commit is contained in:
adator
2024-11-02 23:22:36 +01:00
parent 9d9ede0e80
commit cbae3dce96
12 changed files with 488 additions and 387 deletions

View File

@@ -81,6 +81,7 @@ class Channel:
def delete_user_from_channel(self, chan_name: str, uid:str) -> bool:
try:
result = False
chan_name = chan_name.lower()
for record in self.UID_CHANNEL_DB:
if record.name == chan_name: