Skip to content

Commit

Permalink
fix cloudmusic
Browse files Browse the repository at this point in the history
  • Loading branch information
kangvcar committed Oct 20, 2020
1 parent b1699ec commit 6757b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ def OnClick(self, event):
if dlg2.ShowModal() == wx.ID_OK:
password = dlg2.GetValue() # 获取文本框中输入的值
dlg2.Destroy()
print(username, password)
# print(username, password)
self.updateStatus(self.frame, 0)
from cloudmusic.main import Cloudmusic
try:
Expand Down

0 comments on commit 6757b6e

Please sign in to comment.