From d86480d149ff24fb4f382ad85ef4bbf82c5a2a68 Mon Sep 17 00:00:00 2001 From: Alex Hoffman Date: Wed, 31 Jan 2024 16:34:02 -0800 Subject: [PATCH] Update obs-sessionize-updater.py --- obs-sessionize-updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obs-sessionize-updater.py b/obs-sessionize-updater.py index 896c694..ffcae33 100644 --- a/obs-sessionize-updater.py +++ b/obs-sessionize-updater.py @@ -204,7 +204,7 @@ def set_text(source_name, text): obs.script_log(obs.LOG_WARNING, f"Source {source_name} does not exist.") # Function to update the last fetch time -ddef update_last_fetch_time(): +def update_last_fetch_time(): global last_fetch_time # Get the current time in UTC and format it as an ISO 8601 string last_fetch_time = datetime.utcnow().isoformat()