diff --git a/aurwatcher.py b/aurwatcher.py index 0ea0fe7..84bf601 100755 --- a/aurwatcher.py +++ b/aurwatcher.py @@ -70,6 +70,8 @@ def extract_required_info(response_result,source): def print_result(response, paging_mode=False): + paging_mode = True if paging_mode == "ip" else False + for id,item in enumerate(response): print("found item #{}".format(id)) print("-"*40)