Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

Commit

Permalink
???????????????
Browse files Browse the repository at this point in the history
  • Loading branch information
Sqaaakoi committed Aug 13, 2022
1 parent 9172af3 commit ad5ff04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@
static checking_status = false;
static async run_status_check() {
return setInterval(()=>{
check_status()
// For some reason, this causes an error without defining the class name????
ServerStatus.check_status()
}
, ServerStatus.STATUS_CHECK_INTERVAL),
true
Expand Down

0 comments on commit ad5ff04

Please sign in to comment.