From bb79f5170e7bbc8f6805dd42854cf999f30387bf Mon Sep 17 00:00:00 2001 From: AadarshChaurasia <72143159+AadarshChaurasia@users.noreply.github.com> Date: Wed, 30 Sep 2020 21:08:29 +0530 Subject: [PATCH 1/2] Update my_client.py --- my_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/my_client.py b/my_client.py index 06637be..08a4f2d 100644 --- a/my_client.py +++ b/my_client.py @@ -158,7 +158,7 @@ def my_server(): print('file opened') show_1.insert(tk.END,'File Opened !') show_1.insert(tk.END,'\n') -Q + f.close() s.close() @@ -171,4 +171,4 @@ def my_server(): app = Page() -app.mainloop() \ No newline at end of file +app.mainloop() From d7105bc2c853f71aa9fcdb30b284fde5dedfa27c Mon Sep 17 00:00:00 2001 From: AadarshChaurasia <72143159+AadarshChaurasia@users.noreply.github.com> Date: Wed, 30 Sep 2020 21:09:57 +0530 Subject: [PATCH 2/2] Update my_client.py --- my_client.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/my_client.py b/my_client.py index 08a4f2d..7bd8863 100644 --- a/my_client.py +++ b/my_client.py @@ -164,11 +164,5 @@ def my_server(): s.close() - - - - - - app = Page() app.mainloop()