From 38586922476d81809c268cdc65e4c698d0d72007 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 20 Nov 2011 01:11:52 -0500 Subject: [PATCH] Fix. --- bot/tasks/afc_history.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/tasks/afc_history.py b/bot/tasks/afc_history.py index 0bbbee8..3dbe50e 100644 --- a/bot/tasks/afc_history.py +++ b/bot/tasks/afc_history.py @@ -197,7 +197,7 @@ class Task(BaseTask): leg = plt.legend((p1[0], p2[0], p3[0]), ("Pending", "Declined", "Accepted"), loc="upper left", fancybox=True) - leg.get_frame().set_alpha(0.5)) + leg.get_frame().set_alpha(0.5) fig = plt.gcf() fig.set_size_inches(xsize/100, ysize/100)