diff --git a/sheetsync/sheetsync/streamlog.py b/sheetsync/sheetsync/streamlog.py index d742fb2..5dce04e 100644 --- a/sheetsync/sheetsync/streamlog.py +++ b/sheetsync/sheetsync/streamlog.py @@ -118,7 +118,7 @@ class StreamLogEventsMiddleware(Middleware): } # Maps DB column names to the url part you need to write to to set it. self.write_map = { - "state": "video_state", + "state": "video_processing_state", "error": "video_errors", "video_link": "video", }