1
0
mirror of https://github.com/newnius/YAO-optimizer.git synced 2025-12-16 09:26:45 +00:00
This commit is contained in:
2020-07-01 10:42:55 +08:00
parent 03f8fac400
commit 4fe3b29cda
4 changed files with 129 additions and 117 deletions

View File

@@ -185,8 +185,7 @@ class MyHandler(BaseHTTPRequestHandler):
csvfile, delimiter=',',
quotechar='|', quoting=csv.QUOTE_MINIMAL
)
for i in range(5):
spamwriter.writerow(values)
spamwriter.writerow(values)
models[job]['lock'].release()
msg = {'code': 0, 'error': ""}