mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-13 10:32:03 +08:00
base64
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
import os
|
||||
for i in os.listdir():
|
||||
with open(i, "r") as file:
|
||||
things = file.read().replace("sys.exit(int(ConfigLanguareRunner.programEnv[9][1]))", "sys.exit(int(ConfigLanguareRunner.programEnv[9][1]))")
|
||||
with open(i, "w") as file:
|
||||
file.write(things)
|
||||
Reference in New Issue
Block a user