From 2cfd3f284a9c1cb2ddd6aeb5e109a9d2fd69dc42 Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Wed, 24 Feb 2021 10:42:03 +0100 Subject: [PATCH] Update accounts --- app/zoom.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/zoom.py b/app/zoom.py index c3a6091..4647303 100644 --- a/app/zoom.py +++ b/app/zoom.py @@ -78,7 +78,6 @@ room_list = { ('Z7', 'zoom-7@d3s.mff.cuni.cz'), ('Z8', 'zoom-8@d3s.mff.cuni.cz'), ('Z9', 'zoom-9@d3s.mff.cuni.cz'), - ('Z10', 'zoom-10@d3s.mff.cuni.cz'), ], 'm': [ ('ZM1', 'zoom-m-1@d3s.mff.cuni.cz'), @@ -86,9 +85,6 @@ room_list = { ('ZM3', 'zoom-m-3@d3s.mff.cuni.cz'), ('ZM4', 'zoom-m-4@d3s.mff.cuni.cz'), ('ZM7', 'zoom-m-7@d3s.mff.cuni.cz'), - ('ZM8', 'zoom-m-8@d3s.mff.cuni.cz'), - ('ZM9', 'zoom-m-9@d3s.mff.cuni.cz'), - ('ZM10', 'zoom-m-10@d3s.mff.cuni.cz'), ], 'krakorec': [ ('MJ', 'mj@ucw.cz'), -- GitLab