mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-09-11 12:45:24 -05:00
Fix missing comma from change in 1fbec2f
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user