Closed Small-Ku closed 2 years ago
Fix the error mentioned in https://github.com/NateScarlet/auto-derby/issues/322#issuecomment-1173680185 since alpha channel is unexpected
File "D:\dev\auto-derby\auto_derby\single_mode\context.py", line 107, in _is_empty assert v.shape == (3,), v.shape AssertionError: (4,)
reason for this is screenshot().convert("RGB") been accidently removed during refactoring
screenshot().convert("RGB")
fixed in 6dfecacd1bb13301c56862a9f828fa3f15e5ed15
Fix the error mentioned in https://github.com/NateScarlet/auto-derby/issues/322#issuecomment-1173680185 since alpha channel is unexpected