This commit is contained in:
2026-07-22 20:08:22 +03:00
parent 1b5940c5ff
commit 23d3408e92
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
</head> </head>
<body> <body>
<div class="header"> <div class="header">
<h1>🎥 Новые рЕлизы ColdFilm</h1> <h1>🎥 Новые релизы ColdFilm</h1>
</div> </div>
<div id="status" class="status loading">🔄 Инициализация...</div> <div id="status" class="status loading">🔄 Инициализация...</div>
+1 -1
View File
@@ -48,7 +48,7 @@ async function fetchWithProxy(url, timeout = 15000) {
} }
} }
throw new Error('Все прокси недоступны'); throw new Error('Все прокси недоступны');
} finally { } finally {
clearTimeout(timer); clearTimeout(timer);
} }