diff --git a/fbgui.py b/fbgui.py index aae50c4..c519996 100644 --- a/fbgui.py +++ b/fbgui.py @@ -31,8 +31,6 @@ def onClick2(): buttonLogin.grid(row=2, columnspan=2) root.mainloop() -if fbchat1.iLI(onClick.client): - print "yeah" msgbox=Tk() msg=Text(msgbox,width=25, height=5) @@ -45,4 +43,4 @@ def onClick2(): msg.grid(row=1,column=1) sendbutton=Button(msgbox,text="Send Message",command=onClick2) sendbutton.grid(row=2,columnspan=2) -msgbox.mainloop() \ No newline at end of file +msgbox.mainloop()