MCPcopy Index your code
hub / github.com/PostmonAPI/postmon / track_ibge

Function track_ibge

PostmonTaskScheduler.py:41–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39
40@app.task
41def track_ibge():
42 logger.info('Iniciando tracking do IBGE...')
43 db = Database()
44 ibge = IbgeTracker()
45 ibge.track(db)
46 logger.info('Finalizou o tracking do IBGE')

Callers

nothing calls this directly

Calls 2

trackMethod · 0.95
IbgeTrackerClass · 0.90

Tested by

no test coverage detected