Spaces:
Running
Running
Update lib/instagram.js
Browse files- lib/instagram.js +1 -1
lib/instagram.js
CHANGED
@@ -46,7 +46,7 @@ async function insta_iwa(username) {
|
|
46 |
},
|
47 |
|
48 |
maxImages: 2, // <!-- optional, 12 is the max number
|
49 |
-
file: "
|
50 |
pretty: true, // <!-- optional, prettyfy json true/false
|
51 |
time: 3600, // <!-- optional, reload contents after 3600 seconds by default
|
52 |
|
|
|
46 |
},
|
47 |
|
48 |
maxImages: 2, // <!-- optional, 12 is the max number
|
49 |
+
file: "../tmp/instagram-cache.json", // <!-- optional, instagram-cache.json is by default
|
50 |
pretty: true, // <!-- optional, prettyfy json true/false
|
51 |
time: 3600, // <!-- optional, reload contents after 3600 seconds by default
|
52 |
|