Skip to content

Commit

Permalink
chore: rename gitcoin/scrapers.py to gitcoin/functions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dOrgJelli committed Jan 25, 2024
1 parent d7c1842 commit 42d5436
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pydantic import parse_obj_as
from fund_public_goods.lib.gitcoin.models import ApplicationInfo, ProjectApplicationInfo, ProjectInfo, RoundInfo
from fund_public_goods.workflows.index_gitcoin.events import IndexGitcoinPageEvent
from fund_public_goods.lib.gitcoin.scrapers import fetch_json_from_ipfs, fetch_project_applications, fetch_rounds
from fund_public_goods.lib.gitcoin.functions import fetch_json_from_ipfs, fetch_project_applications, fetch_rounds
from fund_public_goods.db.tables.gitcoin import save_application, stop_and_mark_job_as_failed, stop_job, update_job_progress, upsert_project

PAGE_REQUEST_FREQUENCY_SECONDS = 5 # 10 seconds
Expand Down

0 comments on commit 42d5436

Please sign in to comment.