removed phantom js

This commit is contained in:
bckmnn
2021-02-20 16:43:42 +01:00
parent ea40f1cc7a
commit 5c753cb82a
10 changed files with 7507 additions and 42 deletions

View File

@@ -16,7 +16,7 @@ module.exports = {
var timeout = 5000;
if (type=="pdf") timeout = 30000;
space_url += "?api_token="+config.get("phantom_api_secret");
space_url += "?api_token="+config.get("export_api_secret");
console.log("[space-screenshot] url: "+space_url);
console.log("[space-screenshot] export_path: "+export_path);