Skip to content

Commit

Permalink
Improve rules docs
Browse files Browse the repository at this point in the history
  • Loading branch information
spideraxal committed Jul 26, 2024
1 parent b4be56b commit 5862b8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ from actual import Actual

with Actual(base_url="http://localhost:5006", password="mypass", file="My budget") as actual:
actual.run_rules()
# sync changes back to the server
actual.commit()
```

You can also manipulate the rules individually:
Expand Down

0 comments on commit 5862b8d

Please sign in to comment.