This commit is contained in:
deadsmond 2019-11-25 20:14:51 +01:00
parent 82cd75137a
commit d4c51d8eb9

View File

@ -60,6 +60,7 @@ class automata:
if self.graph[q]:
# search through all its connections to find value
for transition in self.graph[q]:
print(transition, i)
try:
if transition[i]:
# append next node