Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Jan 9, 2025
1 parent ac58848 commit 16cce52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fetch/transfer_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def main() -> None:

args = generic_script_init(description="Fetch Complete Reimbursement")

config = AccountingConfig.from_network(os.environ["NETWORK"])
config = AccountingConfig.from_network(Network(os.environ["NETWORK"]))

accounting_period = AccountingPeriod(args.start)

Expand Down

0 comments on commit 16cce52

Please sign in to comment.