adding camera

This commit is contained in:
Ben Arc
2021-04-13 21:22:51 +01:00
parent 80969fbd9b
commit 6a05fd7106
4 changed files with 46 additions and 13 deletions
+1
View File
@@ -23,6 +23,7 @@ class Copilots(NamedTuple):
timestamp: int
fullscreen_cam: int
iframe_url: str
notes: str
@classmethod
def from_row(cls, row: Row) -> "Copilots":