more code tidy-up
This commit is contained in:
parent
2190cac343
commit
04ca14163e
8 changed files with 195 additions and 94 deletions
|
|
@ -43,8 +43,6 @@ async function updateTitle() {
|
|||
console.error("Connection lost, or an error has occurred.");
|
||||
console.log("Attempting to reconnect...");
|
||||
|
||||
// TODO: stop reconnecting after 10 failed attempts
|
||||
|
||||
setTimeout(() => {
|
||||
updateTitle();
|
||||
}, 1000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue