1
0
Fork 0

show status message

This commit is contained in:
Christopher Latza 2020-06-07 20:56:32 +02:00
parent e59a874ee7
commit 2585b27d7b
1 changed files with 2 additions and 1 deletions

View File

@ -38,8 +38,9 @@ while(TRUE)
]
];
echo "Sending info to discord.\n";
echo "Sending info to discord...";
$result = file_get_contents($DiscordWebhook, false, stream_context_create($options));
echo "done.\n";
}else{
echo "ERROR: Image not generated!\n";
}