diff options
-rw-r--r-- | layman/remotedb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layman/remotedb.py b/layman/remotedb.py index 75f6739..acade02 100644 --- a/layman/remotedb.py +++ b/layman/remotedb.py @@ -222,7 +222,7 @@ class RemoteDB(DbBase): return base + '_' + hashlib.md5(url_encoded).hexdigest() - def _fetch_file(self, url, mpath, tpath=None): + def _fetch_file(self, url, mpath, tpath=None, climit=60): self.output.debug('RemoteDB._fetch_file() url = %s' % url, 2) # check when the cache was last updated # and don't re-fetch it unless it has changed |