Skip to content

Commit

Permalink
Merge branch 'fix_get_data' of github.com:libercapital/dados_publicos…
Browse files Browse the repository at this point in the history
…_cnpj_receita_federal into fix_get_data
  • Loading branch information
Robso-creator committed Oct 21, 2024
2 parents b6aa20b + ebebc62 commit 7781ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/get_last_ref_date.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def main():
# get the most common on 'last_modified' from source
ref_date = max(list_last_modified_at)
print('last updated date is ', ref_date)

breakpoint()
return ref_date


Expand Down

0 comments on commit 7781ab6

Please sign in to comment.