We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd934fe commit c12bf26Copy full SHA for c12bf26
ooniapi/services/citizenlab/src/citizenlab/main.py
@@ -52,7 +52,7 @@ async def lifespan(
52
async def setup_repeating_tasks(settings: Settings):
53
# Call all repeating tasks here to make them start
54
# See: https://fastapi-utils.davidmontague.xyz/user-guide/repeated-tasks/
55
- await update_geoip_task()
+ pass
56
57
58
app = FastAPI(lifespan=lifespan)
0 commit comments