1 Commits
Author SHA1 Message Date
sugoidogo eb045fa94a fix update function args 2025-07-20 23:14:19 -07:00
+1 -1
View File
@@ -7,7 +7,7 @@ from threading import Thread
from os import makedirs,path from os import makedirs,path
import json,sys,webbrowser,importlib,tomllib import json,sys,webbrowser,importlib,tomllib
def update(): def update(*args):
print('checking for updates...') print('checking for updates...')
with open(script_path()+'astrolobott.py','r') as file: with open(script_path()+'astrolobott.py','r') as file:
current_script=file.read() current_script=file.read()