Commit 3101d32e authored by Mario Chirinos's avatar Mario Chirinos

last date finder

parent 16467a0c
......@@ -68,6 +68,7 @@ def main(argv):
with open(argv[1]+'settings.json') as json_file:
cfg = json.load(json_file)
print(cfg)
return 0
if len(argv)==2:
crawlNews(argv[1], cfg)
if len(argv)==3:
......
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