forked from kodorvan/stcs
fix app/telegram/handlers/handlers.py, fix app/telegram/functions/functions.py || change two buttons "Начать торговлю" || fix text registration message, fix text profile || delete app/services/Bybit/config.py || delete comments
This commit is contained in:
@@ -18,20 +18,4 @@ async def get_min_qty(tg_id, message):
|
||||
price = await price_s.get_price(tg_id, message)
|
||||
min_qty = int(5 / price * 1.1)
|
||||
|
||||
print(f'''
|
||||
=====================
|
||||
=====MIN=========
|
||||
=====QTY==============
|
||||
===================
|
||||
=================
|
||||
|
||||
{min_qty}
|
||||
|
||||
===============
|
||||
===============
|
||||
=============
|
||||
===============
|
||||
==============
|
||||
''')
|
||||
|
||||
return min_qty
|
Reference in New Issue
Block a user