samm81 / slack-elobot

A basic ELO bot for Slack. Can be used to keep track of the best table tennis or smash player in the office.
MIT License
0 stars 2 forks source link

integer overflow #8

Closed QecTu closed 6 years ago

QecTu commented 6 years ago

I beat @someone 9223372036854775810-12 causes OverflowError: Python int too large to convert to SQLite INTEGER

samm81 commented 6 years ago

solved by https://github.com/samm81/slack-elobot/pull/11