stuff
This commit is contained in:
parent
7d4965b21e
commit
b8f23077da
@ -34,7 +34,7 @@ var workerCreate = function(){
|
||||
}, function(data){
|
||||
data = JSON.parse(data);
|
||||
doapi.dropletSetTag('clworker', data.droplet.id, function(data){
|
||||
setTimeout(setTimeout(function(){checkWorker(data.droplet.id)}, time);)
|
||||
setTimeout(setTimeout(function(){checkWorker(data.droplet.id)}, time))
|
||||
});
|
||||
});
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user