Skip to content

Commit

Permalink
⭐ fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
shidenggui committed Jun 26, 2020
1 parent e92a1ef commit 8973ad6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
6 changes: 6 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ import easytrader

## 二、设置交易客户端类型

**海通客户端**

```python
user = easytrader.use('htzq_client')
```

**华泰客户端**

```python
Expand Down
10 changes: 0 additions & 10 deletions easytrader/utils/win_gui.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
# coding:utf-8
from pywinauto import win32defines
from pywinauto.win32functions import SetForegroundWindow, ShowWindow

# import win32gui
#
#
# def SetForegroundWindow(hwd):
# win32gui.SetForegroundWindow(hwd._as_parameter_)
#
#
# def ShowWindow(hwd, window_status):
# win32gui.ShowWindow(hwd._as_parameter_, window_status)

0 comments on commit 8973ad6

Please sign in to comment.