Added an error message when there is an exception in authorisation

This commit is contained in:
2016-06-06 03:53:55 -05:00
parent 4df4e620c1
commit 2b9aa467bd
5 changed files with 25 additions and 9 deletions

View File

@@ -38,7 +38,6 @@ class mainWindow(wx.Frame):
self.SetClientSize(self.sizer.CalcMin())
self.Layout()
self.SetSize(self.GetBestSize())
print self.GetSize()
def change_status(self, status):
self.sb.SetStatusText(status)