Skip to content

Commit

Permalink
Agrego ejemplo para correr el backup.
Browse files Browse the repository at this point in the history
  • Loading branch information
abenassi committed Nov 12, 2019
1 parent 957313c commit 9daa0b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pydatajson/backup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""Módulo con funciones auxiliares para hacer backups de catálogos."""
"""Módulo con funciones auxiliares para hacer backups de catálogos.
pydatajson backup https://monitoreo.datos.gob.ar/nodes.json ~/datos-argentina-backup/
"""

from __future__ import unicode_literals
from __future__ import print_function
Expand Down

0 comments on commit 9daa0b4

Please sign in to comment.