diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 01:51:11 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 01:51:11 +0200 |
| commit | f7d19d22c70b9f8bc879243729eda76f6d66c805 (patch) | |
| tree | 722f500333fd0f82e4615fc0b0d6dea0da680300 /app/client/modules/pix2pix/views/pix2pix.live.js | |
| parent | bfe71c7db045c8a1888b9823297765b294c72641 (diff) | |
ok need to observe whats happening when the checkpoints come back
Diffstat (limited to 'app/client/modules/pix2pix/views/pix2pix.live.js')
| -rw-r--r-- | app/client/modules/pix2pix/views/pix2pix.live.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/client/modules/pix2pix/views/pix2pix.live.js b/app/client/modules/pix2pix/views/pix2pix.live.js index 76b6727..7651dcc 100644 --- a/app/client/modules/pix2pix/views/pix2pix.live.js +++ b/app/client/modules/pix2pix/views/pix2pix.live.js @@ -11,6 +11,7 @@ import Button from '../../../common/button.component' import { startRecording, stopRecording, saveFrame } from '../../../live/player' import * as liveActions from '../../../live/live.actions' +import * as pix2pixTasks from '../pix2pix.tasks' class Pix2PixLive extends Component { constructor(props){ @@ -45,7 +46,7 @@ class Pix2PixLive extends Component { this.props.actions.seek(frame) } start(){ - // + // pix2pixTasks.live_task() } kill(){ // |
