diff options
| author | 尹姜谊 <[email protected]> | 2024-09-23 18:46:48 +0800 |
|---|---|---|
| committer | 尹姜谊 <[email protected]> | 2024-09-23 18:46:48 +0800 |
| commit | da5e73cff5ec7c7b9e849fe8b5ff73c9862b55c4 (patch) | |
| tree | 174e3a01d20c48a3051a285418c04aec662fc320 | |
| parent | 901d051046bb6d78a51762076c5513dac3e1602a (diff) | |
Fix: 修复Programinit
| -rw-r--r-- | detection/tool/ProgramInit.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/detection/tool/ProgramInit.py b/detection/tool/ProgramInit.py index 39338bd..f7448a8 100644 --- a/detection/tool/ProgramInit.py +++ b/detection/tool/ProgramInit.py @@ -11,11 +11,7 @@ import os def dataFilerClear(): # Clear detection1 data # print(os.path.join(os.getcwd())) - Functions.clear('PsiphonServerIP.txt') Functions.clear_dir('logs/', git_keep=True) - # toolFunction.clear_dir('data/feature', git_keep=True) - # toolFunction.clear_dir('data/result', git_keep=True) - # toolFunction.clear_dir('data/model/pic') - + Functions.clear_dir('data/', git_keep=True) dataFilerClear() |
