Skip to content

Commit 6ad6cb5

Browse files
committed
reenable upload
1 parent 6600989 commit 6ad6cb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dea_burn_severity/new_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
def cli() -> None:
77

8-
config = RuntimeBurnConfig(db_use_status_table=False, upload_to_s3=False)
8+
config = RuntimeBurnConfig(db_use_status_table=True, upload_to_s3=True)
99
database = InputDatabase(config)
1010

1111
polygons = database.load_filtered_polygons()

0 commit comments

Comments
 (0)