summaryrefslogtreecommitdiffstats
Side-by-side diff
-rwxr-xr-xanigrate2
1 files changed, 1 insertions, 1 deletions
diff --git a/anigrate b/anigrate
index 87b67d5..c8699d0 100755
--- a/anigrate
+++ b/anigrate
@@ -2206,7 +2206,7 @@ def active(arg, selector):
continue
print("activate season = %d: %s..." % (sn, sel.title))
- sel.current = season
+ sel.current = sn
sel.eval_finished()
session.commit()