From 094c4ea5db74f0400771c6987c437f4af4037e18 Mon Sep 17 00:00:00 2001 From: amogus3016 <89612811+amogus3016@users.noreply.github.com> Date: Tue, 16 Nov 2021 07:47:03 -0500 Subject: [PATCH] Update xinfo.py --- xinfo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xinfo.py b/xinfo.py index 062af48..2f0b983 100644 --- a/xinfo.py +++ b/xinfo.py @@ -19,5 +19,6 @@ print(f"OS: {my_system.system}") # Prints the OS print(f"Host: {my_system.node}") # Prints the user's hostname print(f"Kernel: {my_system.release}") # Prints the kernel's version print(f"Architecture: {my_system.machine}") # Prints the CPU's architecture +print("===============") # xinfo is licensed under the GNU GPL