@@ -0,0 +1,7 @@
import sys, os
folder = sys.argv[1]
for file in os.listdir(folder):
print(file)
if(file.endswith('.html')):
os.system('FriendsConverter.py "' + folder+"/"+file+'"')
The note is not visible to the blocked user.