Procházet zdrojové kódy

instantiate area field

Blake Blackshear před 3 roky
rodič
revize
e8e778c6d4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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):