import background.tasks def main(): task = background.tasks.update_marketplace.delay(41) if __name__ == '__main__': main()