integration of authentication
This commit is contained in:
@@ -120,6 +120,8 @@ class Interencheres extends Scraper {
|
||||
// askStop : sale is followed by the AuctionAgent and the user ask to stop following
|
||||
// pause : the Sale is stopped by the Auction House and ready to restart
|
||||
// end : the Sale is ended
|
||||
// endOnError : the Sale is ended on error
|
||||
// endOnRequest: end of follow asked by user
|
||||
|
||||
let status = 'ready'
|
||||
|
||||
@@ -178,6 +180,7 @@ class Interencheres extends Scraper {
|
||||
const StopLive = async (params) => {
|
||||
clearInterval(CheckAskStop);
|
||||
//Socket.off('Network.webSocketFrameReceived', listener);
|
||||
await this.JucundusEndSale('end')
|
||||
page.close()
|
||||
browser.close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user