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
I'm using your inbox in my project, which works well. So first thanks.
One small problem I had was that Python's default lib 'logging' has function named 'log', so the two collided. In my code I globalized your object to avoid it. In default lib there's also math.log if some others use math package.
Could you change your logger name to a bit more verbose?
The text was updated successfully, but these errors were encountered:
Hi,
I'm using your inbox in my project, which works well. So first thanks.
One small problem I had was that Python's default lib 'logging' has function named 'log', so the two collided. In my code I globalized your object to avoid it. In default lib there's also math.log if some others use math package.
Could you change your logger name to a bit more verbose?
The text was updated successfully, but these errors were encountered: