summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index 7ac3b44..14c59eb 100644
--- a/config.py
+++ b/config.py
@@ -9,5 +9,5 @@ DB = sqlite3.connect('file:/opt/autopeer/db/sqlite3.db?mode=rw', uri=True, autoc
try:
MY_PRIVKEY = open('/etc/wireguard/privkey', 'r').read().strip()
-except:
+except: # open will fail due to perms as user
MY_PRIVKEY = None