Update run.py

This commit is contained in:
Lovi 2024-12-31 11:17:45 +01:00
parent a2ecdeb061
commit f445022df3

View File

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