linked budget manual in README

This commit is contained in:
AlexHTW
2023-04-05 15:40:55 +02:00
parent 9cc881caf0
commit 42a1e7120a
2 changed files with 4 additions and 3 deletions

View File

@@ -672,7 +672,7 @@ class ChatGPTTelegramBot:
if self.config['allowed_user_ids'] == '*':
# same budget for all users, use value in first position of budget list
if len(user_budgets) > 1:
logging.warning('multiple values for budgets set with unrestricted user list'
logging.warning('multiple values for budgets set with unrestricted user list '
'only the first value is used as budget for everyone.')
return float(user_budgets[0])