mirror of
https://github.com/RedDeadDepresso/KKAFIO.git
synced 2025-12-22 09:20:02 +00:00
fix: request password for archive
This commit is contained in:
@@ -29,4 +29,4 @@ def is_male(image_bytes: bytes):
|
||||
|
||||
|
||||
def is_coordinate(image_bytes: bytes):
|
||||
return 'b"KoiKatuClothes"' in image_bytes
|
||||
return b"KoiKatuClothes" in image_bytes
|
||||
Reference in New Issue
Block a user