From 30db77781aaa92948c3407aec69cd752455c645c Mon Sep 17 00:00:00 2001 From: James Turk Date: Mon, 28 May 2012 02:25:38 -0400 Subject: [PATCH] fix to setup_league diva belt --- setup_league.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_league.py b/setup_league.py index ab3f5e1..82383b8 100644 --- a/setup_league.py +++ b/setup_league.py @@ -86,7 +86,7 @@ event.add_match('alexriley', 'christian', 'curthawkins', 'darrenyoung', event.add_match(['kofikingston', 'rtruth'], ['dolphziggler', 'jackswagger'], winner='kofikingston', outcome='normal', title_at_stake='tag') event.add_match('layla', 'bethphoenix', winner='layla', - outcome='normal', title_at_stake='divas') + outcome='normal', title_at_stake='diva') event.add_match('sheamus', 'randyorton', 'chrisjericho', 'albertodelrio', winner='sheamus', outcome='normal', title_at_stake='heavyweight')