Skip to content

Commit

Permalink
handle #782 by using python platform calls
Browse files Browse the repository at this point in the history
  • Loading branch information
happycube committed Aug 29, 2022
1 parent a48b222 commit c329b8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lddecode/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -3982,6 +3982,7 @@ def build_json(self, f):
vp = {}

vp["numberOfSequentialFields"] = len(self.fieldinfo)
vp["osInfo"] = f'{platform.system()}:{platform.release()}:{platform.version()}'

if f is None:
return
Expand Down

0 comments on commit c329b8a

Please sign in to comment.