Verified Kaydet (Commit) 0d478318 authored tarafından Erdem Ersoy's avatar Erdem Ersoy

Remove unnecessary time.sleep()

üst 016535df
...@@ -157,7 +157,6 @@ class UninstallWindow(object): ...@@ -157,7 +157,6 @@ class UninstallWindow(object):
GLib.idle_add(self.Selection.unselect_all, GLib.idle_add(self.Selection.unselect_all,
data=None, data=None,
priority=GLib.PRIORITY_DEFAULT) priority=GLib.PRIORITY_DEFAULT)
time.sleep(0.2)
def uninstall_progress_callback(self, transaction, operation, progress): def uninstall_progress_callback(self, transaction, operation, progress):
ref_to_uninstall = Flatpak.Ref.parse(operation.get_ref()) ref_to_uninstall = Flatpak.Ref.parse(operation.get_ref())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment