From 59253e7a74399917de945bef200e3faa8aca73ce Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 20 Jun 2018 17:53:34 +0200 Subject: fetching --- app/relay/modules/pix2pixhd.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/relay/modules/pix2pixhd.js b/app/relay/modules/pix2pixhd.js index 8f1db54..02431e5 100644 --- a/app/relay/modules/pix2pixhd.js +++ b/app/relay/modules/pix2pixhd.js @@ -127,10 +127,10 @@ const live = { const lines = res.split('\n') for (let line of lines) { console.log(line) - if ( line.match(/^rename result: /) ) { + if ( line.match(/^final result: /) ) { let tag = line.split(': ')[1].trim() task.dataset = tag - console.log(">>>>>> created dataset", tag) + console.log(">>>>>> recording live to", tag) return { type: 'progress', action: 'resolve_dataset', task } } } -- cgit v1.2.3-70-g09d2