Мелкие правки и фикс багов

This commit is contained in:
danamir
2018-12-06 15:17:05 +03:00
parent d1b48d96f9
commit 70b2c089b5
3 changed files with 59 additions and 45 deletions

View File

@@ -111,8 +111,6 @@ class MainFramePanel(wx.Panel):
student = Student(fname=fio, group=group, zach_number=zach_number)
new_session.add(student)
new_session.commit()
if fio == 'талыкова ксения':
from gui import kotya
self.frame.Destroy()
SecondPage.SecondPage.OnInit(SecondPage)