Skip to content
This repository has been archived by the owner on Jun 17, 2018. It is now read-only.

SCORES tuples item order was wrong .. #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

h3
Copy link

@h3 h3 commented Sep 8, 2011

Changed:

SCORES = (
(u'+1', +1),
(u'-1', -1),
)

to:

SCORES = (
(+1, u'+1'),
(-1, u'-1'),
)

Because the object wouldn't save otherwise.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant