Exemplo n.º 1
0
def write_aggregates():
    """
    Writes an aggregates JSON file to live-data/.
    """
    app_config.configure_targets(env.get('settings', None))
    tumblr_utils.write_aggregates()
Exemplo n.º 2
0
def write_aggregates():
    app_config.configure_targets(env.get('settings', None))
    tumblr_utils.write_aggregates()
Exemplo n.º 3
0
def write_aggregates():
    """
    Writes an aggregates JSON file to live-data/.
    """
    app_config.configure_targets(env.get('settings', None))
    tumblr_utils.write_aggregates()