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()