From aa9e33baa88ec8ddb97468436c8c3972478e1b93 Mon Sep 17 00:00:00 2001 From: "David E. Eisenstat" Date: Sat, 23 Jun 2007 12:46:14 +0000 Subject: [PATCH] *** empty log message *** --- accounts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/accounts.py b/accounts.py index 12084c2..08ceac1 100644 --- a/accounts.py +++ b/accounts.py @@ -123,6 +123,7 @@ class Worker: if not isinstance(self._acct, next_class): self._acct = next_class(rec) else: self._acct.configure(rec) if startingup: + global cumstartdelay self._acct.start(delay=cumstartdelay) cumstartdelay += 2 elif next_class != curr_class or self._acct.initscriptchanged: -- 2.47.0