alexames / DeltaBot

GNU General Public License v3.0
65 stars 18 forks source link

Update deltabot.py #39

Closed Chillee closed 10 years ago

Chillee commented 10 years ago

points_already_awarded_to_ancestor was comparing the parent of the current comment's id to the parent of the current's comment id.

I changed the second one to the parent of the parent's id.

It should be correct if the various functions are doing what I think it is doing.

Chillee commented 10 years ago

Is it correct? I don't know how to test delta bot, but that part of the code seemed to me like it was incorrect.

Thanks

On Wednesday, January 8, 2014 7:13 PM, Pixel Orange notifications@github.com wrote:

Merged #39. — Reply to this email directly or view it on GitHub.

PixelOrange commented 10 years ago

I'm not home so I can't test it yet. The bot is still running the old code.