From 433eafb6c85e7191a03c156ecd8a398995eff8b2 Mon Sep 17 00:00:00 2001 From: yoshiko2 Date: Wed, 24 Nov 2021 20:47:16 +0800 Subject: [PATCH] Update welcome message --- AV_Data_Capture.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AV_Data_Capture.py b/AV_Data_Capture.py index dcdc42b..03a32c1 100755 --- a/AV_Data_Capture.py +++ b/AV_Data_Capture.py @@ -463,13 +463,13 @@ def main(): signal.signal(signal.SIGWINCH, sigdebug_handler) dupe_stdout_to_logfile(logdir) - platform_total = str(platform.platform() + ' - ' + platform.machine() + ' - Python-' + platform.python_version()) + platform_total = str(' - ' + platform.platform() + ' \n[*] - ' + platform.machine() + ' - Python-' + platform.python_version()) print('[*]================== AV Data Capture ===================') print('[*]' + version.center(54)) print('[*]======================================================') print('[*]' + platform_total) - print('[*]严禁在墙内宣传本项目') + print('[*]================= 严禁在墙内宣传本项目 ===================') start_time = time.time() print('[+]Start at', time.strftime("%Y-%m-%d %H:%M:%S"))