diff --git a/.coverage b/.coverage index d27b67f..9116e94 100644 Binary files a/.coverage and b/.coverage differ diff --git a/README.md b/README.md index d298697..e2a91eb 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ print(rg) # 'state':'MG' # }, # 'org': { -# 'name': 'PC', +# 'org_name': 'Secretaria de Segurança Pública', +# 'org_acronym': 'SSP', # 'state': 'MG', # }, # 'affiliation': { diff --git a/pyFBIG/rg_product.py b/pyFBIG/rg_product.py index ebc4417..d528c46 100644 --- a/pyFBIG/rg_product.py +++ b/pyFBIG/rg_product.py @@ -39,7 +39,8 @@ def gen(self): 'state':_state['acronym'] }, 'org': { - 'name': 'PC', + 'org_name': 'Secretaria de Segurança Pública', + 'org_acronym': 'SSP', 'state': _state['acronym'], }, 'affiliation': parents,