From ac3b934ef6bdb9d792d0ab70d514e8818ea09dda Mon Sep 17 00:00:00 2001
From: Ethan Robert <ethan.rbrt90@gmail.com>
Date: Fri, 28 Feb 2025 08:09:48 +0100
Subject: [PATCH] Fixed error in teacher

---
 Teacher/easycom | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Teacher/easycom b/Teacher/easycom
index e0681ba..82b260e 100644
--- a/Teacher/easycom
+++ b/Teacher/easycom
@@ -61,7 +61,7 @@ class ConnectionHandler:
 
 
 checkedRoom = False
-roomChoice = Null
+roomChoice = None
 
 while not checkedRoom:
     print("Salles disponibles : ")
-- 
GitLab