adding gitignore
This commit is contained in:
1
slack-bot/traffic-scraper/prd/.gitignore
vendored
Normal file
1
slack-bot/traffic-scraper/prd/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
__pycache__/
|
||||||
1
slack-bot/traffic-scraper/prd/12-10-2019_16:13:43.json
Normal file
1
slack-bot/traffic-scraper/prd/12-10-2019_16:13:43.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
["START", "Did someone say M62!? \ud83d\ude27 Let's check the latest updates from Highways England as of 16:13:42! \ud83d\ude93\ud83d\udea8", "There are currently no reported congestion incidents on the M62 \ud83e\udd14", "There are currently 1 reported accident incidents reported on the M62 \ud83d\ude31", "Location : The M62 westbound between junctions J22 and J21 . \nLane Closures : The hard shoulder and lane 1 are closed. \nReason : Road traffic collision. \nStatus : Currently Active. \nTime To Clear : The event is expected to clear between 17:00 and 17:15 on 12 October 2019. \nReturn To Normal : Normal traffic conditions are expected between 17:00 and 17:15 on 12 October 2019. \nLanes Closed : There is one of three lanes closed.", "Hey Andy, maybe flying would be quicker? \ud83d\ude81", "END"]
|
||||||
@@ -186,7 +186,7 @@ class getTrafficInfo(object):
|
|||||||
return self
|
return self
|
||||||
|
|
||||||
|
|
||||||
# inst = getTrafficInfo.getTrafficURL('M62').findIncidents() \
|
inst = getTrafficInfo.getTrafficURL('M62').findIncidents() \
|
||||||
# .getIncidentInformation().generateOutput()
|
.getIncidentInformation().generateOutput()
|
||||||
# for i in inst.output:
|
for i in inst.output:
|
||||||
# print(i)
|
print(i)
|
||||||
|
|||||||
Reference in New Issue
Block a user