Skip to content

Commit

Permalink
fixed _Datetime.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
fasiondog committed May 2, 2021
1 parent dc6db4c commit 4af29a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hikyuu_pywrap/_Datetime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void export_Datetime() {
.def("today", &Datetime::today, "\n获取当前的日期")
.staticmethod("today")
.def("from_hex", &Datetime::fromHex, "\n兼容oracle用后7个字节表示的datetime")
.staticmethod("fromHex")
.staticmethod("from_hex")

.def(self == self)
.def(self != self)
Expand Down

0 comments on commit 4af29a5

Please sign in to comment.