This commit is contained in:
SuperSonic 2019-08-24 12:21:50 +08:00
parent 839c6a4c5f
commit efee88fadb
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ class Yuuki:
# Basic Func
def exit(restart=False):
def exit(self, restart=False):
if restart:
with open(".cache.sh", "w") as c:
c.write(sys.executable + " ./main.py")