Explorar o código

instantiate area field

Blake Blackshear %!s(int64=3) %!d(string=hai) anos
pai
achega
e8e778c6d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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):