Verified Kaydet (Commit) 5d9c54fb authored tarafından Erdem Ersoy's avatar Erdem Ersoy

Remove unnecessary time.sleep()

üst f080a47d
...@@ -143,7 +143,6 @@ class InstallWindow(object): ...@@ -143,7 +143,6 @@ class InstallWindow(object):
self.StatusText, self.StatusText,
priority=GLib.PRIORITY_DEFAULT) priority=GLib.PRIORITY_DEFAULT)
self.disconnect_handlers(handler_id_cancel) self.disconnect_handlers(handler_id_cancel)
time.sleep(0.5)
def install_progress_callback(self, transaction, operation, progress): def install_progress_callback(self, transaction, operation, progress):
ref_to_install = Flatpak.Ref.parse(operation.get_ref()) ref_to_install = 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