From f445022df3954647ee6bde0ecad98d475cb13afc Mon Sep 17 00:00:00 2001 From: Lovi <62809003+Lovi-0@users.noreply.github.com> Date: Tue, 31 Dec 2024 11:17:45 +0100 Subject: [PATCH] Update run.py --- StreamingCommunity/run.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StreamingCommunity/run.py b/StreamingCommunity/run.py index 4739ded..8e30799 100644 --- a/StreamingCommunity/run.py +++ b/StreamingCommunity/run.py @@ -118,10 +118,10 @@ def initialize(): sys.exit(0) # Attempting GitHub update - """try: + try: git_update() except: - console.log("[red]Error with loading github.")""" + console.log("[red]Error with loading github.") def main():