diff options
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -34,14 +34,7 @@ INTIMACY_ACTIVE = 50 INTIMACY_LOVE = 100 # BEHAVIOURS .. -CATCH_BIRD_MAX_LENGTH = 20 -CATCH_CAT_MAX_LENGTH = 20 - -## DB CONFIGS ----------------------------- -# TODO, currently the bot and the db handler is sharing -# the same set of config, which is not deserable, expecially -# when the bot config has embeded script (the try..except block -# above). For the prototyle I'm keeping it this way. May change -# later. +CATCH_BIRD_MAX_LENGTH = 48 +CATCH_CAT_MAX_LENGTH = 48 DB_NAME = "data/data.db" |
