Skip to content

Commit

Permalink
Update src/maintenance/coverage_crossref_updater.py
Browse files Browse the repository at this point in the history
Co-authored-by: george <[email protected]>
  • Loading branch information
nolangormley and melange396 authored Feb 1, 2025
1 parent d9f9260 commit 38b9e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/maintenance/coverage_crossref_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
from delphi.epidata.client.delphi_epidata import Epidata


def main(database_impl=Database):
def main():
"""Updates the table for the `coverage_crossref`."""

logger = get_structured_logger("coverage_crossref_updater")
start_time = time.time()
database = database_impl()
database = Database()
database.connect()

# compute and update coverage_crossref
Expand Down

0 comments on commit 38b9e7b

Please sign in to comment.