Fix bug in run time for sports

This commit is contained in:
2023-03-14 16:43:54 -04:00
parent 7d7ec4b676
commit 62850dd4f1

View File

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