Skip to content

Commit 9373c64

Browse files
committed
Write header when receiving orders with CLI tool
Signed-off-by: cwasicki <[email protected]>
1 parent 023f844 commit 9373c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/client/electricity_trading/cli/etrading.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ async def list_orders(
9797
"""
9898
client = Client(server_url=url, auth_key=key)
9999

100-
# print_header()
100+
print_order_header()
101101

102102
delivery_period = None
103103
# If delivery period is selected, list historical orders also

0 commit comments

Comments
 (0)