Skip to content

Commit e756678

Browse files
committed
fix: threading pool name
1 parent b5708ae commit e756678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcim_sync/tasks/curseforge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def sync_curseforge_full():
232232
log.info(f"Curseforge data totally fetched: {len(curseforge_data)}")
233233

234234
curseforge_pool, curseforge_futures = create_tasks_pool(
235-
sync_mod, curseforge_data, MAX_WORKERS, "curseforge"
235+
sync_mod, curseforge_data, MAX_WORKERS, "curseforge_refresh_full"
236236
)
237237

238238
log.info(

0 commit comments

Comments
 (0)