Skip to content

Commit c12bf26

Browse files
committed
remove missing repeating task update_geoip_task
1 parent dd934fe commit c12bf26

File tree

1 file changed

+1
-1
lines changed
  • ooniapi/services/citizenlab/src/citizenlab

1 file changed

+1
-1
lines changed

ooniapi/services/citizenlab/src/citizenlab/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async def lifespan(
5252
async def setup_repeating_tasks(settings: Settings):
5353
# Call all repeating tasks here to make them start
5454
# See: https://fastapi-utils.davidmontague.xyz/user-guide/repeated-tasks/
55-
await update_geoip_task()
55+
pass
5656

5757

5858
app = FastAPI(lifespan=lifespan)

0 commit comments

Comments
 (0)