Skip to content

Commit

Permalink
Update cli.py
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ldotlopez authored Feb 22, 2023
1 parent 6c88136 commit e2c2685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ideenergy/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async def _main():
except RequestFailedError as e:
print(f"Request failed: {e}", file=sys.stderr)
await session.close()
sys.ext(1)
sys.exit(1)

await session.close()

Expand Down

0 comments on commit e2c2685

Please sign in to comment.