update token

This commit is contained in:
2025-04-22 18:40:10 +08:00
parent a2267b7c74
commit 3d488600b5
2 changed files with 7 additions and 1 deletions

View File

@@ -32,3 +32,8 @@ def setup_logging():
if __name__ == "__main__":
logger = setup_logging()
# logger.info("Hello, World!")
# logger.warning("This is a warning message.")
# logger.error("This is an error message.")
# logger.critical("This is a critical message.")
# logger.debug("This is a debug message.")