Commit d0261be7 authored by vertighel's avatar vertighel
Browse files

dev

parent 4a5a0f4c
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -31,7 +31,8 @@ class Template(BaseTemplate):
        try:
            save = params.get("save") or True
            objname = params.get("object") or "test"
            imagetyp = params.get("imagetyp").strip() or "object"
            imagetyp = params.get("imagetyp") or "object"
            print(imagetyp)
            ob = params.get("ob") or None
            tpl = params.get("template") or None
            radec = params["radec"]