Skip to content

Commit

Permalink
added filesize to identification
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Lindholm committed Oct 4, 2023
1 parent b20af8a commit 11dd008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acacore/models/identification.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class Identification(ACABase):
puid: Optional[str]
signature: Optional[str]
warning: Optional[str]
file_size: Optional[int]

# noinspection PyNestedDecorators
@model_validator(mode="before")
Expand Down

0 comments on commit 11dd008

Please sign in to comment.