Browse Source

instantiate area field

Blake Blackshear 3 years ago
parent
commit
e8e778c6d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frigate/models.py

+ 1 - 1
frigate/models.py

@@ -17,7 +17,7 @@ class Event(Model):
     has_snapshot = BooleanField(default=True)
     has_snapshot = BooleanField(default=True)
     region = JSONField()
     region = JSONField()
     box = JSONField()
     box = JSONField()
-    area = IntegerField
+    area = IntegerField()
 
 
 
 
 class Recordings(Model):
 class Recordings(Model):