You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This simple code, when using the raise error command, logs the exception twice, but the exact same code, without the second line import winerp logs only once. (note that winerp is not used at all here, only imported).
Tried and reproduced on windows and debian, with python 3.9 to 3.11
The text was updated successfully, but these errors were encountered:
I have identified the issue. Seems like the dependent module websockets_server uses basicConfig which also enables the logging for discord.py Pithikos/python-websocket-server#85
Until the new version is published to pypi, you can use the beta version on github: pip install git+https://www.github.com/BlackThunder01001/winerp
This simple code, when using the
raise error
command, logs the exception twice, but the exact same code, without the second lineimport winerp
logs only once. (note that winerp is not used at all here, only imported).Tried and reproduced on windows and debian, with python 3.9 to 3.11
The text was updated successfully, but these errors were encountered: