aletson / votefinder-web

Web-based vote parser for use on various web forums.
http://votefinder.org
GNU General Public License v3.0
2 stars 1 forks source link

dedupe code #203

Open aletson opened 4 years ago

aletson commented 4 years ago

in views.py, check_update_game has much duplicated code in update. this could be moved into one function that both autoupdate and update could call - reported by Alli (she/her)