Skip to content

Commit

Permalink
Update bypass.py
Browse files Browse the repository at this point in the history
fixed
  • Loading branch information
celikj authored Apr 20, 2023
1 parent e8d2a39 commit 16c0cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bypass.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
print("You have run the bypass before, you do not need to run it again.")
else:
with open(file_path, "a") as file:
file.write("\nSMBIOS.reflectHost = True")
file.write("\nSMBIOS.reflectHost = "True")
print("SEB vm detection bypassed successfully.")

input("Press any key to close the program...")

0 comments on commit 16c0cc8

Please sign in to comment.