Skip to content

Commit

Permalink
#35 header was replaced in Summary section
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim55667757 committed Nov 11, 2022
1 parent 8e3024e commit 593f8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tksbrokerapi/TKSBrokerAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -2520,7 +2520,7 @@ def Deals(self, start: str = None, end: str = None, show: bool = False, showCanc

# --- view "Actions" lines:
info.extend([
"| 1 | 2 | 3 | 4 | 5 |\n",
"| Report sections | | | | |\n",
"|----------------------------|-------------------------------|------------------------------|----------------------|------------------------|\n",
"| **Actions:** | Trades: {:<21} | Trading volumes: | | |\n".format(customStat["opsCount"]),
"| | Buy: {:<22} | {:<28} | | |\n".format(
Expand Down

0 comments on commit 593f8eb

Please sign in to comment.