mirror of
https://github.com/mblanke/Gov_Travel_App.git
synced 2026-03-01 06:00:21 -05:00
Version 1.0.0
This commit is contained in:
@@ -20,7 +20,7 @@ def parse_args() -> argparse.Namespace:
|
||||
parser.add_argument(
|
||||
"--db",
|
||||
type=Path,
|
||||
default=Path("data/travel_rates.sqlite3"),
|
||||
default=Path("data/travel_rates_scraped.sqlite3"),
|
||||
help="Path to the SQLite database",
|
||||
)
|
||||
parser.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user