Small format fixes

This commit is contained in:
573dev 2020-10-13 23:06:11 -05:00
parent f43eee8553
commit 12ce2b53af
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ from time import time
import lxml
import lzss
from kbinxml import KBinXML
from lxml import etree as ET
from lxml import etree as ET # noqa: N812
from v8_server.utils.arc4 import EamuseARC4
from v8_server.utils.eamuse import get_timestamp

View File

@ -91,7 +91,7 @@ def facility():
E.name("H"),
E.type("0", {"__type": "u8"}),
),
E.line(E.id("."), E("class", "0", {"__type": "u8"}),),
E.line(E.id("."), E("class", "0", {"__type": "u8"})),
E.portfw(
E.globalip("192.168.1.139", {"__type": "ip4", "__count": "1"}),
E.globalport("80", {"__type": "u16"}),