Skip to content

gg #1611

@toperoper2025-cyber

Description

@toperoper2025-cyber

[Describe]#1302 url`) the bug

A clear and concise description of what the bug is.

To Reproduce
Code snippet to reproduce the behavior:

Expected behavior
A clear and concise description of what you expected to happen.

Environment (please complete the following information):

  • Python version: [e.g. 3.5]
  • Virtual Env: [e.g. virtualenv, conda]
  • OS: [e.g. Mac, Ubuntu]
  • python-binance version

Logs
Please set logging to debug and paste any logs here, or upload debug.log file to the issue.

import logging
# This will log to both console and file
logging.basicConfig(level=logging.DEBUG,format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
handlers=[
logging.FileHandler('debug.log'),
logging.StreamHandler()
]
)

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions