mirror of
https://github.com/simon987/od-database.git
synced 2025-04-19 18:36:44 +00:00
Removed debug line
This commit is contained in:
parent
fe1d29aaea
commit
51a47b3628
@ -50,8 +50,7 @@ class TaskManager:
|
|||||||
}
|
}
|
||||||
|
|
||||||
files = {
|
files = {
|
||||||
# "file_list": open("./crawled/" + str(task_result.website_id) + ".json")
|
"file_list": open("./crawled/" + str(task_result.website_id) + ".json")
|
||||||
"file_list": open("./local.json")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
r = requests.post(config.SERVER_URL + "/task/complete", data=payload, files=files)
|
r = requests.post(config.SERVER_URL + "/task/complete", data=payload, files=files)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user