Some update
This commit is contained in:
parent
08f145ef9b
commit
f0199badf4
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ declare -A reported_ips
|
||||||
log() {
|
log() {
|
||||||
local level="$1"
|
local level="$1"
|
||||||
local message="$2"
|
local message="$2"
|
||||||
echo "[$(date '+%Y-%m-%d %H:%M:%S')] [$level] $message"
|
echo "[$level] $message"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Check if the API key file exists and decode it
|
# Check if the API key file exists and decode it
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue