Browse Source

Fix plaintext url in benchmark_config

Ludovic Gasc (GMLudo) 10 years ago
parent
commit
1e05984dd5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Python/API-Hour/benchmark_config

+ 1 - 1
frameworks/Python/API-Hour/benchmark_config

@@ -62,7 +62,7 @@
     },
     "plaintext": {
       "setup_file": "setup",
-      "json_url": "/plaintext",
+      "plaintext_url": "/plaintext",
       "port": 8011,
       "approach": "Stripped",
       "classification": "Platform",