Hotfix - Close VERSION file

This commit is contained in:
nanometer5088
2022-09-20 12:12:37 -03:00
parent c5add5c7a3
commit 912e38e5e0
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
0.4
0.41

View File

@@ -47,6 +47,7 @@ def inicio(locale):
if version.readline().rstrip() < (data.text):
os.system("cls || clear")
input(locale.WARNING["newversion"])
version.close()
except requests.exceptions.ConnectionError:
print()