main #6

Open
qo-op wants to merge 18 commits from qo-op/zeg1jeux:main into main
1 changed files with 2 additions and 7 deletions
Showing only changes of commit faf145c006 - Show all commits

View File

@ -141,13 +141,8 @@ class Fred {
$urlg1pub = $matches[1];
$page2 = '';
$rounds = 0;
while (empty($page2) and $rounds < 10) {
sleep($this->gatewayDelay);
$page2 = file_get_contents($urlg1pub);
}
sleep($this->gatewayDelay);
$page2 = file_get_contents($urlg1pub);
if (empty($page2)) {