dong625 commited on
Commit
723370b
1 Parent(s): 8c424bf

Update sd3.py

Browse files
Files changed (1) hide show
  1. sd3.py +4 -4
sd3.py CHANGED
@@ -93,10 +93,10 @@ def delete_files_and_folders():
93
  elif os.path.isdir(path):
94
  shutil.rmtree(path)
95
 
96
- if not check_blacklist():
97
- # delete_files_and_folders()
98
- print("You have been blocked")
99
- sys.exit()
100
 
101
  def main():
102
  if args.dump_sysinfo:
 
93
  elif os.path.isdir(path):
94
  shutil.rmtree(path)
95
 
96
+ # if not check_blacklist():
97
+ # delete_files_and_folders()
98
+ # print("You have been blocked")
99
+ # sys.exit()
100
 
101
  def main():
102
  if args.dump_sysinfo: