'hm'
This commit is contained in:
parent
d4c51d8eb9
commit
d2f566641a
@ -59,7 +59,7 @@ class automata:
|
|||||||
# if the node exists
|
# if the node exists
|
||||||
if self.graph[q]:
|
if self.graph[q]:
|
||||||
# search through all its connections to find value
|
# search through all its connections to find value
|
||||||
for transition in self.graph[q]:
|
for transition in self.graph[q].items:
|
||||||
print(transition, i)
|
print(transition, i)
|
||||||
try:
|
try:
|
||||||
if transition[i]:
|
if transition[i]:
|
||||||
|
Loading…
Reference in New Issue
Block a user