Skip to content

Commit

Permalink
Holy
Browse files Browse the repository at this point in the history
  • Loading branch information
InvalidAccount committed Nov 25, 2022
1 parent 023d515 commit 412fdfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def update(self):
with suppress(FileNotFoundError):
os.remove("{}\\{}".format(self.this, files))
shutil.copyfile(files, "{}\\{}".format(self.this, files))
exit("Run Script Again!")
return
print("Script is up to date!")

Expand All @@ -97,7 +98,7 @@ def update(self):

class eGen:
def __init__(self):
self.version = "v1.2"
self.version = "v1.2.1"
AutoUpdater(self.version).update()
self.Utils = Utils() # Utils Module
self.config: Any = load(open('config.json')) # Config File
Expand Down

0 comments on commit 412fdfb

Please sign in to comment.