v0.1 of send and receive scripts

This commit is contained in:
2019-10-06 23:04:08 +01:00
parent 43984913b8
commit a843d35c7b
15 changed files with 279 additions and 28 deletions

View File

@@ -147,7 +147,7 @@ class getTrafficInfo(object):
f' reported on the {self.motorway}'
f' :scream:',
use_aliases=True))
self.output.append(self.incidentInformation[i][0][0])
self.output.append(self.incidentInformation[0][i][0])
self.output.append(random.choice(self.sarcasticMessage))
return self