Skip to content
Snippets Groups Projects
Commit 6c66f5e3 authored by Quentin Codelupi's avatar Quentin Codelupi
Browse files

[update] routine pull all known devices

parent 6ff599e5
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment