This commit is contained in:
2016-05-28 00:13:24 -04:00
parent 18897cd4e6
commit 3e592887d1

View File

@ -38,7 +38,7 @@ var checkDroplet = function(id, time){
var workerCreate = function(){
doapi.dropletCreate({
name: 'clworker'+(Math.random()*100).toString().replace('.',''),
image: '17375637'
image: '17575764'
}, function(data){
data = JSON.parse(data);
dopletNewID = data.droplet.id;