From b59b8f162b19af7e1ccbd886c5d207bd42c2a4a3 Mon Sep 17 00:00:00 2001 From: Lovi <62809003+Lovi-0@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:27:03 +0100 Subject: [PATCH] La porsea --- StreamingCommunity/run.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/StreamingCommunity/run.py b/StreamingCommunity/run.py index 6405c99..e58a47f 100644 --- a/StreamingCommunity/run.py +++ b/StreamingCommunity/run.py @@ -120,11 +120,11 @@ def initialize(): sys.exit(0) # Attempting GitHub update - """try: + try: git_update() print() except: - console.log("[red]Error with loading github.")""" + console.log("[red]Error with loading github.") # Show trending film and series if SHOW_TRENDING: diff --git a/setup.py b/setup.py index b613c7d..99709cd 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with open("requirements.txt", "r", encoding="utf-8-sig") as f: setup( name="StreamingCommunity", - version="1.9.4", + version="1.9.5", long_description=read_readme(), long_description_content_type="text/markdown", author="Lovi-0",