Remove line breaks
Signed-off-by: Antoine Merino <antoine.merino.dev@gmail.com>
This commit is contained in:
parent
8eabdd659f
commit
da4344d216
@ -312,7 +312,6 @@ Return the balance of all crypto-currency your have on the exchange.
|
|||||||
Per default `/daily` will return the 7 last days. The example below if for `/daily 3`:
|
Per default `/daily` will return the 7 last days. The example below if for `/daily 3`:
|
||||||
|
|
||||||
> **Daily Profit over the last 3 days:**
|
> **Daily Profit over the last 3 days:**
|
||||||
|
|
||||||
```
|
```
|
||||||
Day Profit BTC Profit USD
|
Day Profit BTC Profit USD
|
||||||
---------- -------------- ------------
|
---------- -------------- ------------
|
||||||
@ -327,7 +326,6 @@ Per default `/weekly` will return the 8 last weeks, including the current week.
|
|||||||
from Monday. The example below if for `/weekly 3`:
|
from Monday. The example below if for `/weekly 3`:
|
||||||
|
|
||||||
> **Weekly Profit over the last 3 weeks (starting from Monday):**
|
> **Weekly Profit over the last 3 weeks (starting from Monday):**
|
||||||
|
|
||||||
```
|
```
|
||||||
Monday Profit BTC Profit USD
|
Monday Profit BTC Profit USD
|
||||||
---------- -------------- ------------
|
---------- -------------- ------------
|
||||||
@ -342,7 +340,6 @@ Per default `/monthly` will return the 6 last months, including the current mont
|
|||||||
if for `/monthly 3`:
|
if for `/monthly 3`:
|
||||||
|
|
||||||
> **Monthly Profit over the last 3 months:**
|
> **Monthly Profit over the last 3 months:**
|
||||||
|
|
||||||
```
|
```
|
||||||
Month Profit BTC Profit USD
|
Month Profit BTC Profit USD
|
||||||
---------- -------------- ------------
|
---------- -------------- ------------
|
||||||
|
@ -42,7 +42,6 @@ colorama==0.4.4
|
|||||||
# Building config files interactively
|
# Building config files interactively
|
||||||
questionary==1.10.0
|
questionary==1.10.0
|
||||||
prompt-toolkit==3.0.21
|
prompt-toolkit==3.0.21
|
||||||
|
|
||||||
# Extensions to datetime library
|
# Extensions to datetime library
|
||||||
types-python-dateutil==2.8.2
|
types-python-dateutil==2.8.2
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
Loading…
Reference in New Issue
Block a user