1
0

🤖 Repository layout updated to latest version
All checks were successful
Test Python / Test (push) Successful in 25s

This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
This commit is contained in:
Takunomi Automaticus, The 2nd 2024-08-02 17:17:30 +02:00
parent d04b6975f8
commit 02eb01a1f1
2 changed files with 4 additions and 4 deletions

View File

@ -2,11 +2,11 @@
<!--- THIS IS AN AUTO-GENERATED FILE ---> <!--- THIS IS AN AUTO-GENERATED FILE --->
<!--- MANUAL CHANGES CAN AND WILL BE OVERWRITTEN ---> <!--- MANUAL CHANGES CAN AND WILL BE OVERWRITTEN --->
<p align="center"><img src="./logo.png" /></p><p align="center"><i>Automatic one-way trades.</i></p> <p align="center"><img src="./logo.png" /></p><p align="center"><i>Crypto Seller, I am going into finance, and I want only your strongest tokens.</i></p>
# Automatic Crypto Seller. # Automatic Crypto Seller.
Automatic one-way trades. Crypto Seller, I am going into finance, and I want only your strongest tokens.
This program is a wrapper around This program is a wrapper around
[`fin_depo`](https://gitfub.space/Jmaa/fin-depo/) for automatically trading [`fin_depo`](https://gitfub.space/Jmaa/fin-depo/) for automatically trading

View File

@ -13,7 +13,7 @@ PACKAGE_NAME = 'crypto_seller'
PACKAGE_DESCRIPTION = """ PACKAGE_DESCRIPTION = """
# Automatic Crypto Seller. # Automatic Crypto Seller.
Automatic one-way trades. Crypto Seller, I am going into finance, and I want only your strongest tokens.
This program is a wrapper around This program is a wrapper around
[`fin_depo`](https://gitfub.space/Jmaa/fin-depo/) for automatically trading [`fin_depo`](https://gitfub.space/Jmaa/fin-depo/) for automatically trading
@ -126,7 +126,7 @@ most mature on the danish market, and does support KuCoin.
""".strip() """.strip()
PACKAGE_DESCRIPTION_SHORT = """ PACKAGE_DESCRIPTION_SHORT = """
Automatic one-way trades.""".strip() Crypto Seller, I am going into finance, and I want only your strongest tokens.""".strip()
def parse_version_file(text: str) -> str: def parse_version_file(text: str) -> str: