Commit 16467a0c authored by Mario Chirinos's avatar Mario Chirinos

last date finder

parent 7982e755
......@@ -67,7 +67,7 @@ def main(argv):
else:
with open(argv[1]+'settings.json') as json_file:
cfg = json.load(json_file)
print(cfg)
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