Fix schedule url
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2021-12-27 13:09:30 +01:00
parent 1bad7b7abd
commit a00e0e9c67
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
(() => {
const scheduleUrl = 'https://schedule2.broken.equipment/everything.schedule.json';
const scheduleUrl = 'https://static.rc3.world/schedule/everything.json';
let isFirstRun = true;
let autoIntro = false;