From 27de8090dea0ab8ad92ff457e0a27f1fbaf4289a Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Tue, 14 Feb 2023 07:20:47 +0000 Subject: [PATCH] Add instruments to account readout --- core/views/accounts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/views/accounts.py b/core/views/accounts.py index 4e0cdfd..aac7bf1 100644 --- a/core/views/accounts.py +++ b/core/views/accounts.py @@ -30,7 +30,7 @@ class AccountInfo(LoginRequiredMixin, OTPRequiredMixin, ObjectRead): "sandbox", "supported_symbols", "initial_balance", - # "instruments", + "instruments", ] def get_object(self, **kwargs):