def get_newly_released(up_to, which_page): if which_page: return New.get_newly_released(up_to, which_page) else: return New.get_newly_released(up_to, 0)
def get_newly_released(up_to, which_page=False): return New.get_newly_released(up_to, which_page)