Explorar o código

Fix bug in run time for sports

Colin Powell %!s(int64=2) %!d(string=hai) anos
pai
achega
62850dd4f1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      vrobbler/apps/sports/models.py

+ 1 - 1
vrobbler/apps/sports/models.py

@@ -42,7 +42,7 @@ class Sport(TheSportsDbMixin):
     )
 
     @property
-    def default_event_run_time_seconds(self):
+    def default_event_run_time(self):
         default_run_time = getattr(
             settings, "DEFAULT_EVENT_RUNTIME_SECONDS", 14400
         )