Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
Remove Rules, as the source is not updated anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Soenke Huster <[email protected]>
  • Loading branch information
eknoes committed Jun 16, 2022
1 parent 81ac988 commit f419162
Show file tree
Hide file tree
Showing 5 changed files with 253 additions and 155 deletions.
4 changes: 2 additions & 2 deletions covidbot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,9 @@ def main():
from covidbot.covid_data import CovidData, VaccinationGermanyUpdater, \
RValueGermanyUpdater, \
RKIKeyDataUpdater, ICUGermanyUpdater, \
RulesGermanyUpdater, ICUGermanyHistoryUpdater, HospitalisationRKIUpdater
ICUGermanyHistoryUpdater, HospitalisationRKIUpdater
for updater in [RKIKeyDataUpdater(conn), ICUGermanyHistoryUpdater(conn),
VaccinationGermanyUpdater(conn), RulesGermanyUpdater(conn),
VaccinationGermanyUpdater(conn),
RValueGermanyUpdater(conn), ICUGermanyUpdater(conn),
HospitalisationRKIUpdater(conn)]:
try:
Expand Down
Loading

0 comments on commit f419162

Please sign in to comment.