1
0
Fork 0

remove debug

This commit is contained in:
Christopher Latza 2020-06-07 18:49:06 +02:00
parent 46931596f0
commit 827f18096f
1 changed files with 0 additions and 2 deletions

View File

@ -37,12 +37,10 @@ while(TRUE)
echo "Sending info to discord.\n";
$result = file_get_contents($DiscordWebhook, false, stream_context_create($options));
print_r($options);
}else{
echo "ERROR: Image not generated!\n";
}
}else{
echo "Stream is online but the timeout is not yet over!\n";
$lastOnlineTime = time();
sleep(5);
}