mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[mod] those fields aren't used anymore
This commit is contained in:
parent
dc43912a44
commit
05995b0f49
1 changed files with 0 additions and 2 deletions
2
run.py
2
run.py
|
@ -593,8 +593,6 @@ async def api_new_job(request):
|
||||||
job = Job.create(
|
job = Job.create(
|
||||||
name=request.json["name"],
|
name=request.json["name"],
|
||||||
url_or_path=request.json["url_or_path"],
|
url_or_path=request.json["url_or_path"],
|
||||||
type="stable",
|
|
||||||
debian_version="stretch",
|
|
||||||
created_time=datetime.now(),
|
created_time=datetime.now(),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue