mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-07-18 16:21:34 -05:00
Fixed typo
This commit is contained in:
parent
40261c26ef
commit
7a4a06f8a7
|
|
@ -122,7 +122,7 @@ class Session(LineReceiver):
|
|||
"""TODO: Use logger format"""
|
||||
logger.log(level, "[%s:%d] " + msg,
|
||||
self.address.host, self.address.port,
|
||||
*arg, **kwarg)
|
||||
*args, **kwarg)
|
||||
|
||||
def rawDataReceived(self, data):
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user