Update file_share.py

This commit is contained in:
brostos 2023-07-31 11:03:43 +03:00 committed by GitHub
parent c94a23244e
commit 947b870b43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ class UploadConfirmation(ConfirmWindow):
def _upload_file(self):
self.status = "uploading"
print(self.root_widget)
# print(self.root_widget)
thread = Thread(target=handle_upload, args=(
self.file_path, self.uploaded, self.root_widget,))
thread.start()