From 05995b0f498c4f967fbc125cf0b85b2adbb264de Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sun, 20 Jan 2019 06:47:10 +0100 Subject: [PATCH] [mod] those fields aren't used anymore --- run.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/run.py b/run.py index 2cb9467..e89a0b5 100644 --- a/run.py +++ b/run.py @@ -593,8 +593,6 @@ async def api_new_job(request): job = Job.create( name=request.json["name"], url_or_path=request.json["url_or_path"], - type="stable", - debian_version="stretch", created_time=datetime.now(), )