diff options
| author | 2026-04-08 19:14:27 +0000 | |
|---|---|---|
| committer | 2026-04-08 19:14:27 +0000 | |
| commit | 85744de848c61f3908bf161ffd5464eebfb837e0 (patch) | |
| tree | 2ccd2b6a2f0a2a060a49b3dab675b076f158539d /config.py | |
| parent | add birdc command (diff) | |
minor updates
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
