Commit b36be51b authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

new script

parent 0800309b
#!/usr/bin/python
# -*- coding: utf-8 -*-
import sys
import json
baseDir = "/home/virtualHDD/m3/noticias/"
with open(sys.argv[1]) as data_file:
siteList = json.load(data_file)
print siteList
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment