Skip to content

Commit 56b81b9

Browse files
committed
last
1 parent c0d72da commit 56b81b9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

client/client.py

+2-6
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,12 @@ def update_handler(self):
8686
# update on GUI
8787

8888
# self._update_canvas()
89-
<<<<<<< Updated upstream
89+
9090
for filename in file_written: #populate listbox again
9191
self.listbox.insert(END, filename)
9292
# listbox.insert(END, percent)
9393
self.listbox.update_idletasks()
94-
=======
9594

96-
>>>>>>> Stashed changes
9795
# tk.mainloop()
9896
# self.window.mainloop()
9997
elif response["status"] == "NO_UPD":
@@ -376,8 +374,6 @@ def gui(self):
376374

377375
self.window.mainloop()
378376

379-
<<<<<<< Updated upstream
380-
=======
381377
def _update_gui(self):
382378
self.canvasG.delete('all')
383379
scrollbar = tk.Scrollbar(self.canvasG)
@@ -407,7 +403,7 @@ def _update_gui(self):
407403

408404

409405
scrollbar.config( command = self.listbox.yview)
410-
>>>>>>> Stashed changes
406+
411407

412408
def browseFiles(self):
413409
filename = filedialog.askopenfilename(initialdir = "/",

0 commit comments

Comments
 (0)