We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023f844 commit 9373c64Copy full SHA for 9373c64
src/frequenz/client/electricity_trading/cli/etrading.py
@@ -97,7 +97,7 @@ async def list_orders(
97
"""
98
client = Client(server_url=url, auth_key=key)
99
100
- # print_header()
+ print_order_header()
101
102
delivery_period = None
103
# If delivery period is selected, list historical orders also
0 commit comments