Skip to content

Commit

Permalink
fix logger not exists bug
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Jun 5, 2024
1 parent b4be0cc commit 6a962e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wdapy/_wdapy.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import atexit
import base64
import io
import logging
import queue
import subprocess
import sys
Expand All @@ -24,6 +25,7 @@
from wdapy.usbmux.pyusbmux import list_devices


logger = logging.getLogger(__name__)

class CommonClient(BaseClient):
def __init__(self, wda_url: str):
Expand Down

0 comments on commit 6a962e9

Please sign in to comment.