This commit is contained in:
deadsmond 2019-11-24 22:37:26 +01:00
parent 35fdacc2fe
commit 7ee1bdc979

View File

@ -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]