fixed tag formatting failing mnte parsing

This commit is contained in:
mb 2022-09-30 18:03:23 +02:00
parent 86f2103ac0
commit 134e2e8693

View file

@ -10,7 +10,7 @@ use crate::{
pub fn main(message: Option<String>) {
let message = message.unwrap_or_else(|| Utc::now().format("pi - %d/%m/%Y %H:%M").to_string());
let timestamp = Utc::now().timestamp();
let suffix = format!("pi-{timestamp}");
let suffix = format!("pi{timestamp}");
let tag = Config::get_local()
.unwrap_or_else(|| {
log_error(