Skip to content

Commit

Permalink
Workaround fidgetingbits#34
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfariello-syn committed Mar 11, 2020
1 parent 765bbb2 commit 2a080e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idarling/interface/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def upload_file(plugin, packet):
progress.setWindowIcon(QIcon(icon_path))

# Send the packet to upload the file
packet.upback = partial(SaveActionHandler._on_progress, progress)
#packet.upback = partial(SaveActionHandler._on_progress, progress)
d = plugin.network.send_packet(packet)
if d:
d.add_callback(
Expand Down

0 comments on commit 2a080e2

Please sign in to comment.