eee
This commit is contained in:
parent
74c8099efe
commit
ccebb647f9
@ -1 +1 @@
|
||||
1.2
|
||||
1.2.2
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
import version
|
||||
import sys
|
||||
import os
|
||||
if version.local() < version.remote():
|
||||
print("needs update")
|
||||
else:
|
||||
print("is fine")
|
||||
if input("aaa") == "y":
|
||||
os.execl(sys.executable, sys.executable, *sys.argv)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user