You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's worth noting that this account is not linked to a real bank account (auto-import transactions, etc.), and if I'm understanding this thread correctly that may mean that the balance isn't actually updated in a way accessible to actualpy? Also curious - could these values return "None" if the server is accessed via HTTP instead of HTTPS?
EDIT:
Ignore me, the below demo code you posted worked for me. Cool stuff!
withActual("http://localhost:5006", password="mypass", file="My Finances") asactual:
accounts=get_accounts(actual.session)
foracctinaccounts:
print(f"Balance for {acct.name} is {acct.balance}")
Originally posted by @BitNinja01 in #21
The text was updated successfully, but these errors were encountered: