La porsea

This commit is contained in:
Lovi 2024-12-16 22:27:03 +01:00
parent 837bcf3110
commit b59b8f162b
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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",