fix: header

This commit is contained in:
Kirigaya Kazuto 2022-02-01 20:10:06 +00:00
parent 14a94bd8bc
commit a818172444

View File

@ -66,6 +66,8 @@ class Parser:
self.input_peer.append(current_peer)
def compile_interface(self):
self.result_interface.append('[Interface]')
# compile interface
for line in self.input_interface:
if line.startswith('ListenPort'):