Example #1
0
 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)
Example #2
0
 def get_newly_released(up_to, which_page=False):
     return New.get_newly_released(up_to, which_page)