Repair a bug

This commit is contained in:
yoshiko2
2021-10-01 13:30:34 +08:00
parent 0453132656
commit a4aa9ec762

View File

@@ -303,7 +303,7 @@ if __name__ == '__main__':
print('[+]Enable debug') print('[+]Enable debug')
if conf.soft_link(): if conf.soft_link():
print('[!]Enable soft link') print('[!]Enable soft link')
print('[!]CmdLine:'," ".join(sys.argv[1:])) #print('[!]CmdLine:'," ".join(sys.argv[1:]))
create_failed_folder(conf.failed_folder()) create_failed_folder(conf.failed_folder())
start_time = time.time() start_time = time.time()