mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-07-14 15:12:09 -05:00
Fix missing comma from change in 1fbec2f
This commit is contained in:
parent
adc994196d
commit
07de306dbd
|
|
@ -80,7 +80,7 @@ class NasHTTPServerHandler(BaseHTTPServer.BaseHTTPRequestHandler):
|
|||
logger.log(logging.DEBUG, "Request to %s from %s", self.path, self.client_address)
|
||||
logger.log(logging.DEBUG, post)
|
||||
ret = {
|
||||
"datetime": time.strftime("%Y%m%d%H%M%S")
|
||||
"datetime": time.strftime("%Y%m%d%H%M%S"),
|
||||
"retry": "0"
|
||||
}
|
||||
action = post["action"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user