Skip to content

Commit

Permalink
fix: typo of pybinding screencap method
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Oct 15, 2024
1 parent 7837123 commit a530860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/binding/Python/maa/define.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class MaaAdbScreencapMethodEnum:
EmulatorExtras = 1 << 6

All = ~Null
Default = All & (~RawByNetcat) & (~MinicapDirect) & (~MinicapDirect)
Default = All & (~RawByNetcat) & (~MinicapDirect) & (~MinicapStream)


MaaAdbInputMethod = ctypes.c_uint64
Expand Down

0 comments on commit a530860

Please sign in to comment.