diff --git a/routine_pull.py b/routine_pull.py
index 4aa69ff8a1fcb299f81603fdbee925eb1b0889e1..0c3269281c6b52caa7c574fb11c35345782d20b2 100644
--- a/routine_pull.py
+++ b/routine_pull.py
@@ -71,7 +71,7 @@ def routine_pull(_start_fill=None, _end_fill=None):
         last_fll_pulled = _start_fill - 1
 
     # Select only the first 6 devices Cause: not all device works properly with NXCALS yet
-    gcursor.execute('select name from Device limit 6')
+    gcursor.execute('select name from Device')
     devices_request = gcursor.fetchall()
     devices = []
     for device in devices_request:
@@ -80,7 +80,7 @@ def routine_pull(_start_fill=None, _end_fill=None):
     gcursor.close()
     mydb.close()
 
-    fill_number = 7472
+    fill_number = 7492
     fill_infos = ldb.getLHCFillData(fill_number, False)
     start_pull(fill_infos, devices)