Skip to content

Commit bc02e21

Browse files
authored
1 parent 5b8b3a2 commit bc02e21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RedTiger.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def Menu():
329329
StartProgram(f"{option_site}.py")
330330
continue
331331

332-
elif choice == '31':
332+
elif choice == '30':
333333
if os_name == "Linux":
334334
print(f"\n{BEFORE + current_time_hour() + AFTER} {INFO} The builder virus is only compatible with Windows, under Linux it can encounter big problems.")
335335
messagebox.showinfo(f"RedTiger {version_tool} - Virus Builder", "The builder virus is only compatible with Windows, under Linux it can encounter big problems.")
@@ -383,4 +383,4 @@ def Menu():
383383
ErrorChoiceStart()
384384

385385
except Exception as e:
386-
Error(e)
386+
Error(e)

0 commit comments

Comments
 (0)