From fe885e8403f137cbc6c2f2a62488acf06ee14219 Mon Sep 17 00:00:00 2001
From: Philipp Schmidt <philipp.schmidt@xfel.eu>
Date: Tue, 9 Apr 2024 19:41:53 +0200
Subject: [PATCH] (fixup) Do not inject by default

---
 notebooks/DynamicFF/Characterize_DynamicFF_NBC.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notebooks/DynamicFF/Characterize_DynamicFF_NBC.ipynb b/notebooks/DynamicFF/Characterize_DynamicFF_NBC.ipynb
index a02735dc6..9732e2479 100644
--- a/notebooks/DynamicFF/Characterize_DynamicFF_NBC.ipynb
+++ b/notebooks/DynamicFF/Characterize_DynamicFF_NBC.ipynb
@@ -30,7 +30,7 @@
     "\n",
     "# Database access parameters.\n",
     "cal_db_interface = \"tcp://max-exfl-cal001:8021\"  # Unused, calibration DB interface to use\n",
-    "db_output = True # if True, the notebook sends dark constants to the calibration database\n",
+    "db_output = False # if True, the notebook sends dark constants to the calibration database\n",
     "local_output = True # if True, the notebook saves dark constants locally\n",
     "\n",
     "# Calibration constants parameters\n",
-- 
GitLab