fix nojs refreshing

This commit is contained in:
Cow 2025-03-27 20:40:33 -07:00
parent c14de55cd1
commit 5793ff4c13

View file

@ -11,8 +11,9 @@ $currentUrl = $protocol . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
$parentUrl = dirname($currentUrl);
// Get currency data from JSON
if (!file_exists($COINGECKO_JSON_PATH)) {
`php coingecko.php`;
if (!file_exists($COINGECKO_JSON_PATH)) {
sleep(1);
}