'hm'
This commit is contained in:
parent
82cd75137a
commit
d4c51d8eb9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user