add sphinx docs, comments, safety features

This commit is contained in:
Nick Pourazima
2023-12-21 11:57:41 -05:00
parent ccb48d89ec
commit e787bde452
16 changed files with 1011 additions and 142 deletions

View File

@@ -6,7 +6,7 @@ After=multi-user.target
WorkingDirectory=<path-to-project>
Type=simple
Restart=always
ExecStart=/usr/bin/env python3 <path-to-project>/audioGuestBook.py
ExecStart=/usr/bin/env python3 <path-to-project>/src/audioGuestBook.py
[Install]
WantedBy=multi-user.target