Skip to content

Commit 4fd4ff9

Browse files
authored
1 parent b2879ac commit 4fd4ff9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RedTiger.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ def Update():
261261
input(f"{BEFORE + current_time_hour() + AFTER} {INFO} Please install the new version of the tool: {white + version_tool + red} -> {white + new_version} ")
262262
popup_version = f"{red}New Version: {white + version_tool + red} -> {white + new_version}"
263263
colorama.deinit()
264+
Clear()
264265
except: pass
265266

266267
return popup_version
@@ -380,4 +381,4 @@ def Menu():
380381
ErrorChoiceStart()
381382

382383
except Exception as e:
383-
Error(e)
384+
Error(e)

0 commit comments

Comments
 (0)