From 64f0a136244c20602dc505d359beb168441afe78 Mon Sep 17 00:00:00 2001 From: Parth Sharma Date: Sun, 8 Oct 2017 15:50:24 +0530 Subject: [PATCH] Removed print "yeah" Removed print "yeah" Fixes #1 --- fbgui.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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()