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)
             })