[Fix] close #1887
This commit is contained in:
parent
ca16e4b58e
commit
4d0e1afa5b
@ -5,7 +5,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src ="https://img.shields.io/badge/version-2.0.4-blueviolet.svg"/>
|
<img src ="https://img.shields.io/badge/version-2.0.5-blueviolet.svg"/>
|
||||||
<img src ="https://img.shields.io/badge/platform-windows|linux|macos-yellow.svg"/>
|
<img src ="https://img.shields.io/badge/platform-windows|linux|macos-yellow.svg"/>
|
||||||
<img src ="https://img.shields.io/badge/python-3.7-blue.svg" />
|
<img src ="https://img.shields.io/badge/python-3.7-blue.svg" />
|
||||||
<img src ="https://img.shields.io/travis/com/vnpy/vnpy/master.svg"/>
|
<img src ="https://img.shields.io/travis/com/vnpy/vnpy/master.svg"/>
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = "2.0.4"
|
__version__ = "2.0.5"
|
||||||
|
@ -371,7 +371,7 @@ class BinanceRestApi(RestClient):
|
|||||||
return
|
return
|
||||||
|
|
||||||
data = {
|
data = {
|
||||||
"security": Security.SIGNED
|
"security": Security.API_KEY
|
||||||
}
|
}
|
||||||
|
|
||||||
params = {
|
params = {
|
||||||
|
Loading…
Reference in New Issue
Block a user