mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
use all the things
This commit is contained in:
parent
ea3204395d
commit
5da42cdf7b
@ -8,7 +8,7 @@ var skins = require('../modules/skins');
|
||||
|
||||
var uuids = fs.readFileSync('test/uuids.txt').toString().split("\r\n");
|
||||
// Get a random UUID in order to prevent rate limiting
|
||||
var uuid = uuids[Math.floor((Math.random() * 200) + 1)];
|
||||
var uuid = uuids[Math.floor(Math.random() * uuids.length)];
|
||||
|
||||
// Only deletes files, doesn't delete directory.
|
||||
var deleteFolderRecursive = function(path) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user