diff --git a/StudentManagementSystemComplete.py b/StudentManagementSystemComplete.py index 3bb5c25..461f3b8 100644 --- a/StudentManagementSystemComplete.py +++ b/StudentManagementSystemComplete.py @@ -345,7 +345,7 @@ def update(): mobileentry = Entry(updateroot,font=('roman',15,'bold'),bd=5,textvariable=mobileval) mobileentry.place(x=250,y=130) - emailentry = Entry(updateroot,font=('roman',15,'bold'),bd=5,textvariable=idval) + emailentry = Entry(updateroot,font=('roman',15,'bold'),bd=5,textvariable=emailval) emailentry.place(x=250,y=190) addressentry = Entry(updateroot,font=('roman',15,'bold'),bd=5,textvariable=addressval) @@ -610,4 +610,4 @@ def IntroLabelTick(): connectbutton = Button(root,text='Connect To Database',width=23,font=('chiller',19,'italic bold'),relief=RIDGE,borderwidth=4,bg='green2', activebackground='blue',activeforeground='white',command=Connectdb) connectbutton.place(x=930,y=0) -root.mainloop() \ No newline at end of file +root.mainloop()