Skip to content

Commit f23f440

Browse files
authored
Clean up wifi changes (#105)
1 parent 338d14e commit f23f440

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

gonotego/settings/wifi.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ def save_networks(networks):
2323

2424
def update_wpa_supplicant_config():
2525
"""Update the Go Note Go managed section of wpa_supplicant.conf."""
26-
from gonotego.command_center.system_commands import shell # Import here to avoid circular import
27-
2826
networks = get_networks()
2927
filepath = '/etc/wpa_supplicant/wpa_supplicant.conf'
3028

gonotego/supervisord.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ user=pi
5252
[program:GoNoteGo-settings]
5353
command=/home/pi/code/github/dbieber/GoNoteGo/env/bin/python /home/pi/code/github/dbieber/GoNoteGo/gonotego/settings/server.py
5454
directory=/home/pi
55-
user=pi
55+
user=root

0 commit comments

Comments
 (0)