OSDN Git Service

change Log Url
authortanyuliang <tanyuliang2@gmail.com>
Fri, 10 Jul 2015 10:49:57 +0000 (18:49 +0800)
committertanyuliang <tanyuliang2@gmail.com>
Fri, 10 Jul 2015 10:49:57 +0000 (18:49 +0800)
LoginGui.py

index 7ea879b..1b3dce6 100644 (file)
@@ -44,7 +44,7 @@ class LoginFrame(wx.Frame):
                 pwd_txt = ''.join( [ str(x) for x in node_find.attrib.values()])
                 passwd0 = pc.decrypt(pwd_txt)
                 if self.passWord.GetValue()==passwd0:
-                    urllib2.urlopen('http://chat-tyl.coding.io/user_log.php?info=User___'+self.userName.GetValue()+'___Login')
+                    urllib2.urlopen('http://chat-tyl.coding.io/user_log?info=User___'+self.userName.GetValue()+'___Login')
                     wx.MessageBox('Login Successful', 'Information', 
                     wx.OK | wx.ICON_INFORMATION)
                     self.Hide()