From abe4d5186ffccda7b1c7567cd5d9debb0a15dfc9 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Sat, 6 Apr 2019 17:46:52 +0200 Subject: [PATCH] Im noob. --- server/nightr/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/nightr/app.py b/server/nightr/app.py index 63f9720..00c41ef 100644 --- a/server/nightr/app.py +++ b/server/nightr/app.py @@ -38,7 +38,7 @@ def probabilities(): try: prediction = strategy(context) except Exception as e: - logger.warning("Strategy '%s' failed: %s:", name) + logger.warning("Strategy '%s' failed:", name) logger.exception(e) continue