evgrmn / tmatic

Tmatic is a cryptocurrency platform designed for automated trading on the Bitmex, Bybit and Deribit crypto exchanges.
https://www.tmatic.org
GNU General Public License v3.0
25 stars 6 forks source link

In case of error the application must stop running despite the error calls in a callback or not #182

Closed nikolayromenskiy closed 4 months ago

evgrmn commented 4 months ago

Added to api/bybit/error.py: Force program abort in case of any errors in callbacks like KeyError, IndexError, etc. for http and websocket Stream functions, traceback is printed to terminal.