MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / _get_sd_reset_at

Method _get_sd_reset_at

apps/epg/api_views.py:161–164  ·  view source on GitHub ↗

Retrieve stored reset timestamp from EPGSource model field.

(self, source)

Source from the content-addressed store, hash-verified

159 )
160
161 def _get_sd_reset_at(self, source):
162 """Retrieve stored reset timestamp from EPGSource model field."""
163 reset_at_str = (source.custom_properties or {}).get('sd_changes_reset_at')
164 return reset_at_str
165
166 def _get_sd_changes_remaining(self, source):
167 """

Callers 1

sd_lineupsMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected