aboutsummaryrefslogtreecommitdiff
path: root/examples/lock_eit.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lock_eit.py')
-rw-r--r--examples/lock_eit.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/lock_eit.py b/examples/lock_eit.py
index 9753a1e..47e8975 100644
--- a/examples/lock_eit.py
+++ b/examples/lock_eit.py
@@ -84,8 +84,7 @@ async def main():
apparatus.config['SavePath'] = './data'
apparatus.gui_log = gui.QOLTimeLog(a=wp)
- apparatus.gui_log.getNextDataFile = apparatus.getNextDataFile
- task_gui_log_update_loop = asyncio.create_task(apparatus.gui_log.update_loop(update_interval=10))
+ apparatus.gui_log.save_controls.getNextDataFile = apparatus.getNextDataFile
print("testing")
rm = pyvisa.ResourceManager()