Rob Shortt wrote: > + while self.updating: > + if time.time() > wait_start + timeout: > + log.warning('timed out waiting for list update') > + self.updating = 0 > + break > + > + time.sleep(0.01) > + notifier.step()
Don't sleep. This will cause the loop to fail. notifier.step will sleep in the select, so it should work without the sleep. Please try it. Dischi -- It's the same old story; boy meets beer, boy drinks beer... boy gets another beer. -- Cheers
pgp42VF3ibSnE.pgp
Description: PGP signature