about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--wqflask/wqflask/partial_correlations_views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/partial_correlations_views.py b/wqflask/wqflask/partial_correlations_views.py
index 0d086567..cee91233 100644
--- a/wqflask/wqflask/partial_correlations_views.py
+++ b/wqflask/wqflask/partial_correlations_views.py
@@ -237,7 +237,7 @@ def __format_number(num):
     return f"{num:.5f}"
 
 def handle_200_response(response):
-    if response["status"] == "queued":
+    if response.get("queued", False):
         return redirect(
             url_for(
                 "poll_partial_correlation_results",