mirror of
https://github.com/573dev/gfdm-server.git
synced 2026-03-21 17:54:19 -05:00
Small format fixes
This commit is contained in:
parent
f43eee8553
commit
12ce2b53af
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"}),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user