adding gitignore

This commit is contained in:
2019-10-12 23:59:26 +01:00
parent a99a154485
commit a3ad3fd1d0
3 changed files with 6 additions and 4 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)