Update sd3.py
Browse files
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 |
-
|
98 |
-
|
99 |
-
|
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:
|