Hi I Have a Bug and i fix it to fix it
in the /data/data/com.termux/files/usr/etc/Tool-X/module nano system.py And scroll down and find
def connection(self):
try:
if requests.get("Https://google.com/").ok:
return True
except:
return False
And edit the
except:
return False
To
except:
return True
Thanks For Read
Hi I Have a Bug and i fix it to fix it
in the /data/data/com.termux/files/usr/etc/Tool-X/module nano system.py And scroll down and find
def connection(self):
try:
if requests.get("Https://google.com/").ok:
return True
except:
return False
And edit the
except:
return False
To
except:
return True
Thanks For Read