@@ -128,6 +128,7 @@ def show_shop(shopid):
content=open(data_file, 'rt').read().decode('utf-8')
for i,row in enumerate(open( data_file, 'rt').read().decode('utf-8').split("\n")):
# any parsing magick would be here
row=row.rstrip()
if row=="":
continue
icon=" "
The note is not visible to the blocked user.