From 539fcb02c68215fdbe612ce9f559572c2f2eae98 Mon Sep 17 00:00:00 2001 From: Lovi <62809003+Lovi-0@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:43:23 +0100 Subject: [PATCH] Fix async --- StreamingCommunity/Util/os.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StreamingCommunity/Util/os.py b/StreamingCommunity/Util/os.py index e8d02b4..9efb399 100644 --- a/StreamingCommunity/Util/os.py +++ b/StreamingCommunity/Util/os.py @@ -413,7 +413,7 @@ class OsSummary(): console.print("Please install the official Python from [bold blue]https://www.python.org[/bold blue] and try again.", style="bold yellow") sys.exit(0) - async def get_system_summary(self): + def get_system_summary(self): """ Generate a summary of the system environment.