Skip to content

Commit

Permalink
Cortina al posto di Zoncolan
Browse files Browse the repository at this point in the history
  • Loading branch information
paolini committed Mar 15, 2024
1 parent 469d9ca commit 37c6693
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const pages = [
url: "https://montblanc.panomax.com/",
duration: 60000,
priority: () => {
if (TEST) return 1 // mostra sempre in modalità test
// if (TEST) return 1 // mostra sempre in modalità test
return 0 // disabled
// show only in minute 42
const date = moment().tz("Europe/Rome").format('mm')
Expand All @@ -58,7 +58,8 @@ const pages = [
}),

new EmbedPage({
url: "https://zoncolan.panomax.com/",
// url: "https://zoncolan.panomax.com/",
url: "https://cortina.panomax.com/",
duration: 60000,
priority: () => {
if (TEST) return 1 // mostra sempre in modalità test
Expand Down

0 comments on commit 37c6693

Please sign in to comment.