diff --git a/1 - Code/main.py b/1 - Code/main.py
index 59bbc506392ecd674b22ea78f5124d37540760a6..7f2feee005d6a423eef5a136ea09732c14572f43 100644
--- a/1 - Code/main.py	
+++ b/1 - Code/main.py	
@@ -1,7 +1,5 @@
 from hl3 import *
 
-Accel.init()
-
 while True:
     set_img("""
         .RR..RR.
@@ -83,7 +81,5 @@ while True:
     show_text("This is Text", Color.BLUE, 0.02)
     utime.sleep(0.2)
     christmas()
-    utime.sleep(0.2)
-    accel_test()
 
 
diff --git a/2 - Individual Reports/Gaspard_Le_Gouic.md b/2 - Individual Reports/Gaspard_Le_Gouic.md
index 26e02c92572a46e7cf6c708210bd403151257e64..89dcec92f0a36b764210f8fac83bca2f179eb116 100644
--- a/2 - Individual Reports/Gaspard_Le_Gouic.md	
+++ b/2 - Individual Reports/Gaspard_Le_Gouic.md	
@@ -42,7 +42,7 @@ Ce projet consiste à concevoir une adaptation du projet HepiaLight 2 sur une no
 
 Après avoir uploader le bon Firmware sur le Raspberry Pi, comme indiqué [ici](https://www.raspberrypi.com/documentation/microcontrollers/micropython.html), nous pouvons utiliser le logiciel [Thonny](https://thonny.org/) afin d'uploader notre code.
 
-# Travail
+# Journal de bord
 
 ## Lundi, 17 Juin 2024