X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FCache.py;h=21b8950c0ff7cc68d901ebfcd3b90385e4d31960;hb=5f74c7a44feb73cf0e42eee23d6b3608422b0c45;hp=5a64a2a7347e71f737a04f034a1ab29a82599286;hpb=dfd614ed44d424d6677599d55dc8ccf76f274a2b;p=plcapi.git diff --git a/PLC/Cache.py b/PLC/Cache.py index 5a64a2a..21b8950 100644 --- a/PLC/Cache.py +++ b/PLC/Cache.py @@ -59,12 +59,11 @@ class Cache: Of course the timers field was introduced for optimization and could safely be removed """ - def __init__ (self, api, peer_id, peer_server, auth): + def __init__ (self, api, peer_id, peer_server): self.api = api self.peer_id = peer_id self.peer_server = peer_server - self.auth = auth class Transcoder: @@ -430,7 +429,7 @@ class Cache: timers={} t_start=time.time() # xxx see also GetPeerData - peer_id arg unused yet - all_data = self.peer_server.GetPeerData (self.auth,self.api.config.PLC_NAME) + all_data = self.peer_server.GetPeerData (self.api.config.PLC_NAME) verbose ('Passed GetPeerData the name',self.api.config.PLC_NAME) sks=all_data.keys()