Skip to content

Commit 38b9e7b

Browse files
Update src/maintenance/coverage_crossref_updater.py
Co-authored-by: george <george.haff@gmail.com>
1 parent d9f9260 commit 38b9e7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/maintenance/coverage_crossref_updater.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
from delphi.epidata.client.delphi_epidata import Epidata
1212

1313

14-
def main(database_impl=Database):
14+
def main():
1515
"""Updates the table for the `coverage_crossref`."""
1616

1717
logger = get_structured_logger("coverage_crossref_updater")
1818
start_time = time.time()
19-
database = database_impl()
19+
database = Database()
2020
database.connect()
2121

2222
# compute and update coverage_crossref

0 commit comments

Comments
 (0)