Removes internet turning on and off

This commit is contained in:
2022-12-24 18:14:59 -05:00
parent a789da2f19
commit 877951dd4e

View File

@@ -22,7 +22,7 @@ def loginInternet(): # Makes sure that the server is logged in
def turnOnInternet(): # Turns on the internet
return
return True
code = loginInternet()
postObjectOff = {
"nonce": code,
@@ -65,7 +65,7 @@ def turnOnInternet(): # Turns on the internet
def turnOffInternet(): # Turns of the internet
return
return False
code = loginInternet()
postObjectOn = {
"nonce": code,