From 55f989d36524eefb1d07246c0a5474f613361240 Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Wed, 4 Sep 2024 19:47:58 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AD=E3=82=B0=E3=83=95=E3=82=A1=E3=82=A4?= =?UTF-8?q?=E3=83=AB=E3=81=8C=E8=A6=8B=E3=81=9A=E3=82=89=E3=81=84=E3=81=AE?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dislocker.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dislocker.py b/dislocker.py index d0c96a3..72510bd 100644 --- a/dislocker.py +++ b/dislocker.py @@ -165,9 +165,9 @@ class DL(): current_datetime = str(datetime.now()) if message == None: - detail = f"{current_datetime} | {title}" + detail = f"{current_datetime} | {title}\n" else: - detail = f"{current_datetime} | {title}\n{message}" + detail = f"{current_datetime} | {title}\n{message}\n" print(detail)