update generator parser

master
Kirigaya Kazuto 2022-03-18 20:46:52 +00:00
parent 9de35662fd
commit 6aaeb12265
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ HELP
parser.parse(content)
parser.compile_interface()
parser.compile_peers()
parser.compile_final()
if '-k' in opts or ('-o' in opts and opts['-o'] == '-'):
print(parser.get_result())