1
0
Fork 0

change timeout

This commit is contained in:
Christopher Latza 2020-06-07 18:30:11 +02:00
parent 103f73adbb
commit cb47a5842d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ include "config.php";
echo "StreamURL: ".$StreamURL."\n";
echo "DiscordWebhook: ".$DiscordWebhook."\n";
$lastOnlineTime = time();
$lastOnlineTime = 0;
while(TRUE)
{