|
27 | 27 | print(repr(error), file=sys.stderr) |
28 | 28 | try: |
29 | 29 | click_mouse("dawdawddadaawd") |
30 | | -except AutoControlMouseException as error: |
| 30 | +except Exception as error: |
31 | 31 | print(repr(error), file=sys.stderr) |
32 | 32 | try: |
33 | 33 | press_mouse("dawdawdawdawd") |
34 | | -except AutoControlMouseException as error: |
| 34 | +except Exception as error: |
35 | 35 | print(repr(error), file=sys.stderr) |
36 | 36 | try: |
37 | 37 | release_mouse("dwadawdadwdada") |
38 | | -except AutoControlMouseException as error: |
| 38 | +except Exception as error: |
39 | 39 | print(repr(error), file=sys.stderr) |
40 | 40 | try: |
41 | 41 | press_mouse(16515588646) |
42 | | -except AutoControlMouseException as error: |
| 42 | +except Exception as error: |
43 | 43 | print(repr(error), file=sys.stderr) |
44 | 44 | try: |
45 | 45 | release_mouse(1651651915) |
46 | | -except AutoControlMouseException as error: |
| 46 | +except Exception as error: |
47 | 47 | print(repr(error), file=sys.stderr) |
48 | 48 | try: |
49 | 49 | press_mouse("AC_mouse_left") |
50 | | -except AutoControlMouseException as error: |
| 50 | +except Exception as error: |
51 | 51 | print(repr(error), file=sys.stderr) |
52 | 52 | try: |
53 | 53 | release_mouse("AC_mouse_left") |
54 | | -except AutoControlMouseException as error: |
| 54 | +except Exception as error: |
55 | 55 | print(repr(error), file=sys.stderr) |
0 commit comments