mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Update file_share.py
This commit is contained in:
parent
c94a23244e
commit
947b870b43
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue