completed full run script

This commit is contained in:
2019-10-12 03:05:38 +01:00
parent ac366716ee
commit ca19ff0c9a
14 changed files with 38 additions and 57 deletions

View File

@@ -186,7 +186,7 @@ class getTrafficInfo(object):
return self
inst = getTrafficInfo.getTrafficURL('M62').findIncidents() \
.getIncidentInformation().generateOutput()
for i in inst.output:
print(i)
# inst = getTrafficInfo.getTrafficURL('M62').findIncidents() \
# .getIncidentInformation().generateOutput()
# for i in inst.output:
# print(i)