fix(proxy_server.py): update user cache to with new spend

This commit is contained in:
Krrish Dholakia 2024-02-06 23:06:05 -08:00
parent 4174471dac
commit fd9c7a90af
2 changed files with 23 additions and 8 deletions

View file

@ -3,7 +3,7 @@ import logging
set_verbose = False
# Create a handler for the logger (you may need to adapt this based on your needs)
handler = logging.FileHandler("log_file.txt")
handler = logging.StreamHandler()
handler.setLevel(logging.DEBUG)
# Create a formatter and set it for the handler