@@ -20,7 +20,9 @@ while True:
if contenido != '':
old_ip = f.readlines()[0].strip()
else:
old_ip = '-ip-'
f = open("old_ip.txt", "w")
f.write("ip")
f.close()
if ip != old_ip:
# son distintas
The note is not visible to the blocked user.