소스 검색

Anpassungen 2024 TODO

Reisacher C7 1 년 전
부모
커밋
fcd5ed19b6
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      config/reisacher.json
  2. 1 1
      webservice/file_io.py

+ 1 - 1
config/reisacher.json

@@ -123,7 +123,7 @@
                 true,
                 true,
                 true,
-                false,
+                true,
                 false
             ]
         },

+ 1 - 1
webservice/file_io.py

@@ -137,7 +137,7 @@ def save(filename):
 @bp.route("/config", methods=["GET"])
 def config():
     cfg = ConfigLoad(str(config_dir))
-    return Response(response=json.dumps(cfg.load_file("reisacher", "2023")), mimetype="application/json")
+    return Response(response=json.dumps(cfg.load_file("reisacher", "2024")), mimetype="application/json")
 
 
 @bp.route("/accounts/<period>", methods=["GET"])