completed full run script
This commit is contained in:
8
slack-bot/traffic-scraper/prd/loadResults.py
Normal file
8
slack-bot/traffic-scraper/prd/loadResults.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import json
|
||||
|
||||
with open('/Users/dtomlinson/OneDrive - William Hill Organisation Limited'
|
||||
'/Mac/git_repos/python-VM/slack-bot/traffic-scraper/'
|
||||
'prd/12-10-2019_02:53:32.json', 'r') as jsonFile:
|
||||
data = json.load(jsonFile)
|
||||
for item in data:
|
||||
print(item)
|
||||
Reference in New Issue
Block a user