From 912e38e5e0b99219280e0cb739f9cf450af255d3 Mon Sep 17 00:00:00 2001 From: nanometer5088 Date: Tue, 20 Sep 2022 12:12:37 -0300 Subject: [PATCH] Hotfix - Close VERSION file --- VERSION | 2 +- src/init.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index e6adf3f..5176aab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4 \ No newline at end of file +0.41 \ No newline at end of file diff --git a/src/init.py b/src/init.py index 3259a32..1b89aa7 100644 --- a/src/init.py +++ b/src/init.py @@ -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()