Merge minor changes from branch 'development-scraper' to development-GUI
This commit is contained in:
commit
807a221286
1 changed files with 0 additions and 2 deletions
|
@ -67,8 +67,6 @@ export default class product {
|
|||
};
|
||||
|
||||
async analyze() {
|
||||
console.log(`run`, this[`analysis`], this.status ? (!this.status.update) : false);
|
||||
|
||||
// Stop when the data is already analyzed.
|
||||
if (this[`analysis`]) {return(this.analysis)}
|
||||
else if (this.status ? (!this.status.update) : false) {this.analysis = await global.read([`sites`, this.URL, `analysis`]);}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue