We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338d14e commit f23f440Copy full SHA for f23f440
gonotego/settings/wifi.py
@@ -23,8 +23,6 @@ def save_networks(networks):
23
24
def update_wpa_supplicant_config():
25
"""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
-
28
networks = get_networks()
29
filepath = '/etc/wpa_supplicant/wpa_supplicant.conf'
30
gonotego/supervisord.conf
@@ -52,4 +52,4 @@ user=pi
52
[program:GoNoteGo-settings]
53
command=/home/pi/code/github/dbieber/GoNoteGo/env/bin/python /home/pi/code/github/dbieber/GoNoteGo/gonotego/settings/server.py
54
directory=/home/pi
55
-user=pi
+user=root
0 commit comments