Skip to content

Commit

Permalink
Update obs-sessionize-updater.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RedWedgeX authored Feb 1, 2024
1 parent dfbc7e9 commit d86480d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obs-sessionize-updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d86480d

Please sign in to comment.