commit c90b8f89c32ed61ef06a59cda99dc0ae268d0bc3 Author: Pierre-Yves Chibon pingou@pingoured.fr Date: Thu Mar 6 11:53:01 2014 +0100
Fix typo pages_total changed for page_total
pkgdb.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/pkgdb.py b/pkgdb.py index 9d5a472..9ac2107 100644 --- a/pkgdb.py +++ b/pkgdb.py @@ -326,7 +326,7 @@ class PkgDB(object): output = _get_pages(1)
page = output['page'] - total = output['pages_total'] + total = output['page_total'] for i in range(2, total + 1): data = _get_pages(i) output['packages'].extend(output['packages'])
packagedb-cli-commits@lists.stg.fedorahosted.org