diff --git a/my_Tetris.py b/my_Tetris.py
index bbc901d..2cda2b3 100644
--- a/my_Tetris.py
+++ b/my_Tetris.py
@@ -86,7 +86,7 @@ while True:
 
     if states==False:
         states=True
-        center = [2, 8]
+        center = [2,8]
         shape=random.choice(shape_list)
         index=random.randint(0,len(shape)-1)
         color=random.choice(cube_colors)