From c14d8f988612aeec598e168bdf312fe0bbb3acea Mon Sep 17 00:00:00 2001 From: Paillat Date: Sat, 10 Dec 2022 01:32:50 +0100 Subject: [PATCH] Update config.py --- code/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/config.py b/code/config.py index 0b29c45..4a4189e 100644 --- a/code/config.py +++ b/code/config.py @@ -1,6 +1,6 @@ import logging import sqlite3 -max_uses: int = 500 +max_uses: int = 400 logging.basicConfig(level=logging.INFO) def debug(message):