aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/nb.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/nb.py')
-rw-r--r--scripts/nb.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/nb.py b/scripts/nb.py
index db65cf7..c3bbe40 100644
--- a/scripts/nb.py
+++ b/scripts/nb.py
@@ -21,6 +21,7 @@ pg_table = "nbex"
startTime = datetime.now(get_localzone()) - timedelta(days = 10)
startTime = startTime.strftime('%Y-%m-%d')
+#startTime = '2023-05-23' # <- edit for manual starttime. Like when filling in missing info.
endTime = datetime.now(get_localzone()).strftime('%Y-%m-%d')