This commit is contained in:
Rob Vella 2020-08-02 00:37:53 -07:00
parent 6b5c372eff
commit fbb72da6ee
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class Stream
$this->openStream();
if (!$this->stream) {
$this->appendToStreamOutput($this->timeFormatted() . " rpt0000 KEYED [via 0000] [WINSystem Allmon Connection Failed]");
$this->appendToStreamOutput($this->timeFormatted() . " rpt0000 KEY [via 0000] [WINSystem Allmon Connection Failed]");
sleep(120);
$this->streamLoop();
}