Spaces:
Running
Running
changed
Browse files
up.js
CHANGED
@@ -37,7 +37,7 @@ const push = async (username) => {
|
|
37 |
};
|
38 |
|
39 |
|
40 |
-
let custom =
|
41 |
let _accounts = custom ? [custom] : accounts
|
42 |
console.log(_accounts);
|
43 |
(async()=> {
|
|
|
37 |
};
|
38 |
|
39 |
|
40 |
+
let custom = process.argv.slice(2)
|
41 |
let _accounts = custom ? [custom] : accounts
|
42 |
console.log(_accounts);
|
43 |
(async()=> {
|