This commit is contained in:
Walter Hupfeld
2024-02-21 10:29:10 +01:00
parent b746e13d3a
commit b8671a54a8
4 changed files with 23 additions and 10 deletions

View File

@@ -109,7 +109,7 @@ function fillAddressTable($db,$limit=20) {
}
$strTable .= "</tr>";
sleep(0.5); //api restriction
sleep(1); //api restriction
writeAddress($db,$id,$data);
}
}