cclrobotics / ARTBot

Project to allow submissions of agar art and conversion of those submissions to bot-readable
MIT License
8 stars 5 forks source link

Added message on page load when over submission limit #22

Closed tsdobbs closed 5 years ago

tsdobbs commented 5 years ago

I feel like config.py is not the place for the error message to be stored. Realizing now utilities is probably a better fit. Worth changing?

j3py commented 5 years ago

I'll refactor that string so it's in utilities tonight when I pull this down and run it locally before accepting this PR and merging. We can also consider moving all error strings to their own file so that it's easier to make changes to them, but that's a nice-to-have.