From c72a282bb07cf64c1b4d7667b3c3e6bb02acefca Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Wed, 23 Sep 2020 21:30:26 +0200 Subject: [PATCH] App: More math accounts --- app/zoom.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/zoom.py b/app/zoom.py index af659fd..c3a6091 100644 --- a/app/zoom.py +++ b/app/zoom.py @@ -87,6 +87,8 @@ room_list = { ('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