Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Baxter Eaves committed Jul 10, 2024
1 parent 50642ab commit 72f56fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ <h1>1. Plover builds a model of your data</h1>

db_engine = (
DatabaseEngine(
source=ImmutableSqlSource(conn, "SATELLTIES_WH"),
store=AwsS3Store("myorg-plover", "SATELLTIES_WH"),
source=ImmutableSqlSource(conn, "SATELLITES_WH"),
store=AwsS3Store("myorg-plover", "SATELLITES_WH"),
backend=AwsBackend("myorg-plover"),
)
.fit()
Expand Down

0 comments on commit 72f56fd

Please sign in to comment.