Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
fix: ImportError on mapper initialize (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avinash Reddy authored Feb 13, 2021
1 parent d681dd3 commit 4daecae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guiscrcpy/lib/mapper/mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

from pynput import keyboard

from guiscrcpy.lib.bridge.adb import AdbRuntimeError
from guiscrcpy.lib.bridge.exceptions import AdbRuntimeError
from guiscrcpy.lib.mapper.ux import MapperUI

fixed_pos = [0.0, 0.0]
Expand Down

0 comments on commit 4daecae

Please sign in to comment.