Skip to content

Commit

Permalink
Fix http module logging
Browse files Browse the repository at this point in the history
  • Loading branch information
r0x0r committed Jan 7, 2025
1 parent 5a2e591 commit e977114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webview/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
WRHT_co = TypeVar('WRHT_co', bound=WSGIRequestHandler, covariant=True)
WST_co = TypeVar('WST_co', bound=WSGIServer, covariant=True)

logger = logging.getLogger(__name__)
logger = logging.getLogger('pywebview')
global_server = None


Expand Down

0 comments on commit e977114

Please sign in to comment.