From 761a4104baaaa863ade8ca1aa0bda249557a0f80 Mon Sep 17 00:00:00 2001 From: mkaay Date: Sat, 6 Nov 2010 15:39:28 +0100 Subject: account editing + fixes --- pyLoadCore.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index 297bb8c59..7818e7312 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -753,8 +753,7 @@ class ServerMethods(): return self.core.pullManager.getEvents(uuid) def get_accounts(self, force=False, refresh=True): - print force, refresh - if refresh: + if force: return self.core.accountManager.getAccountInfos() else: return self.core.accountManager.getCachedAccountInfos(refresh) -- cgit v1.2.3