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.