Fixed socket.send() issue (IndexError: deque index out of range)

This commit is contained in:
itsdeka
2021-12-20 12:17:27 +01:00
parent e7262d88ba
commit 7f47405fa3
5 changed files with 21 additions and 2 deletions

View File

@@ -2,4 +2,4 @@
This module contains the current version of the bfxapi lib
"""
__version__ = '1.3.2'
__version__ = '1.3.3'