@@ -200,7 +200,8 @@ def JSCB(x,sock=None):
cprint(" jsbc.remote-key:",msg ,color="red")
print()
if FX3:
- MAIN.jclient_send(FX3)
+ if not MAIN.modes.val("BLIND"):
+ MAIN.jclient_send(FX3)
for i in FX3:
if "FIX" in i and "ATTR" in i:
fix = i["FIX"]