Skip to content

Commit

Permalink
修复qtv、qtk反了
Browse files Browse the repository at this point in the history
  • Loading branch information
xfgryujk committed Mar 21, 2020
1 parent 8a57304 commit 63644f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ async def init(self):
return False
qtk = m[1]

self._qtk = qtv
self._qtv = qtk
self._qtv = qtv
self._qtk = qtk
self._reinit_future = asyncio.ensure_future(self._reinit_coroutine())
return True

Expand Down

0 comments on commit 63644f5

Please sign in to comment.