alexames / DeltaBot

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

Config variables not being passed expected number of arguments to format string. #17

Closed ScottMontgomery closed 11 years ago

ScottMontgomery commented 11 years ago

Hi everyone, just starting to try to help with this project. I'm trying to get it working on my machine and have some issues that I am hoping someone can explain. Hopefully this is the right place to post.

In the update_leaderboard function it appears that self.config.scoreboard['table_leader_entry'] and self.config.scoreboard['table_entry'] are not being passed the correct amount of string arguments that the config file expects they have. It appears that they were passed the correct amount of arguments at one point in time but are now not being passed enough.

I am thinking maybe someone changed their config file on their machine but hasn't updated the example one to reflect these changes.

If someone could help me with this that would be great thanks!

PixelOrange commented 11 years ago

I've fixed the scoreboard issue. Pull a new fork and it should work for you.

Sorry for the delay. The running copy was working properly. We just missed a commit in there somewhere.