mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-05-01 20:27:41 +00:00
Enhanced logging
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
091613a21d
commit
6a855e70f8
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
// Variables used by Scriptable.
|
||||
// These must be at the very top of the file. Do not edit.
|
||||
// icon-color: brown; icon-glyph: magic;
|
||||
// Version 1.1.1
|
||||
// Version 1.1.2
|
||||
|
||||
let widgetInputRAW = args.widgetParameter;
|
||||
let token;
|
||||
|
@ -53,9 +53,13 @@ async function getLogo() {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
console.log('Load Tree Counter')
|
||||
let treeCounter = await getTreeCounter(token);
|
||||
console.log('Tree Counter loaded')
|
||||
console.log(treeCounter)
|
||||
console.log('Load Logo')
|
||||
let ecosiaLogo = await getLogo()
|
||||
console.log('Logo loaded')
|
||||
// Create Widget
|
||||
let widget = new ListWidget();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue