bbbbb
This commit is contained in:
parent
714ff75cb6
commit
f836ece931
@ -49,7 +49,7 @@ var workers = (function(){
|
|||||||
if(workers.currentCreating > workers.currentCreatingMax ) return false;
|
if(workers.currentCreating > workers.currentCreatingMax ) return false;
|
||||||
return doapi.dropletCreate({
|
return doapi.dropletCreate({
|
||||||
name: 'clw'+workerSnapID+'-'+(Math.random()*100).toString().slice(-4),
|
name: 'clw'+workerSnapID+'-'+(Math.random()*100).toString().slice(-4),
|
||||||
image: '17640639'
|
image: '17641214'
|
||||||
}, function(data){
|
}, function(data){
|
||||||
data = JSON.parse(data);
|
data = JSON.parse(data);
|
||||||
workers.currentCreating++;
|
workers.currentCreating++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user