'hm'
This commit is contained in:
parent
35fdacc2fe
commit
7ee1bdc979
@ -32,7 +32,7 @@ class automata:
|
||||
return 'FALSE %s' % text
|
||||
|
||||
def get_node_transition(self, query):
|
||||
print(query)
|
||||
print(query)
|
||||
for i in self.storage:
|
||||
if i[0] == query:
|
||||
return i[1]
|
||||
|
Loading…
Reference in New Issue
Block a user