Skip to content

Commit

Permalink
remove parking position block
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Nov 2, 2023
1 parent 315ef56 commit be9be02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3063,11 +3063,11 @@ class VwWeconnect extends utils.Adapter {
}
this.log.error(JSON.stringify(error.response.data));
}
if (status.path === "position/vehicles") {
this.log.warn("Parking position failed. Blocked until restart");
this.secondAccessToken = "blocked";
return;
}
// if (status.path === "position/vehicles") {
// this.log.warn("Parking position failed. Blocked until restart");
// this.secondAccessToken = "blocked";
// return;
// }
this.log.error(error);
this.log.error(url);
});
Expand Down

0 comments on commit be9be02

Please sign in to comment.