This commit is contained in:
sebdelsol 2022-03-16 19:05:43 +01:00
parent 9a6196c8aa
commit 3915f87ae1
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ class Patcher(object):
# but this also voids support.
# downloading and patching makes sure you never use the same $cdc values, see patch_exe()
# after all, this program has a focus on detectability...
for _ in range(1):
for _ in range(5):
try:
os.unlink(self.executable_path)
break