From 28d6ced268f8aea7814ef53e0e4450bef5c3712e Mon Sep 17 00:00:00 2001 From: TrollSkull Date: Sun, 14 Nov 2021 13:53:01 +0100 Subject: [PATCH] Update wifi.py --- core/wifi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/wifi.py b/core/wifi.py index 073dc2c..8e1abb1 100644 --- a/core/wifi.py +++ b/core/wifi.py @@ -3,12 +3,12 @@ def writeFile_1(): file = open("wifi_connection.sh", "w") file.write("""#!/bin/bash -export wifi='1'""") +export wifi='true'""") def writeFile_0(): file = open("wifi_connection.sh", "w") file.write("""#!/bin/bash -export wifi='0'""") +export wifi='false'""") def checkWifi(): try: