def main(): os.umask(0) create_wishlist() create_baitlist() create_oneclick() names_from_wishlist() while True: names_from_wishlist() time.sleep(60) print_modellist()