1 parent 338e0ba commit 249d834Copy full SHA for 249d834
1 file changed
bin/youtube-autoencoder-api
@@ -840,11 +840,9 @@ def reconcile_broadcast(
840
elif broadcast_lifecycle(cached) in TERMINAL_STATES:
841
state = {}
842
generation = None
843
- cached_id = ""
844
else:
845
846
847
848
849
state_schema = state.get("schema_version")
850
pending_action = str(state.get("pending_action") or "")
0 commit comments