Browse Source

instantiate area field

Blake Blackshear 3 năm trước cách đây
mục cha
commit
e8e778c6d4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      frigate/models.py

+ 1 - 1
frigate/models.py

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