瀏覽代碼

Use explicit JSON body.

scossu 5 月之前
父節點
當前提交
2cf7352335
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scriptshifter/hooks/hebrew/dicta_api.py

+ 1 - 1
scriptshifter/hooks/hebrew/dicta_api.py

@@ -16,7 +16,7 @@ def s2r_post_config(ctx):
     ctx.warnings = []
     rsp = post(
             EP,
-            data={
+            json={
                 "data": ctx.src,
                 "genre": ctx.options.get("genre", DEFAULT_GENRE)
             })