Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
style: make docstrings consistent, move member field docstrings to co…
Browse files Browse the repository at this point in the history
…rrect place, remove some debug messages
  • Loading branch information
LimaoC committed Oct 10, 2024
1 parent 7ebd992 commit f7d826c
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 263 deletions.
6 changes: 2 additions & 4 deletions client/data/routines.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
"""Module for interacting with SQLite database
Last tested:
15-09 all functions tested by Gabe
"""
Module for interacting with SQLite database
"""

import sqlite3
Expand Down
3 changes: 1 addition & 2 deletions client/drivers/camera_overlord.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,12 @@ def handle_quit(signo, frame):
f.close()
except FileExistsError:
print("Snapshot already exists")

try:
f = open("/tmp/big_brother.jpg", "x")
f.close()
except FileExistsError:
print("Big Brother already exists")


while True:
for _ in range(2 * 3):
Expand Down
Loading

0 comments on commit f7d826c

Please sign in to comment.