-
Notifications
You must be signed in to change notification settings - Fork 171
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working