Skip to content

Commit

Permalink
Update baixar_dados.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tacianosilva authored Jul 17, 2024
1 parent 4bff642 commit 64542d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dados/baixar_dados.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def download_discentes():

url = 'https://dados.ufrn.br/dataset/554c2d41-cfce-4278-93c6-eb9aa49c5d16/resource/d271d842-929e-4d85-a1a8' \
'-c89cbdadb95d/download/discentes-2024.csv'
download_discentes_semestre(url, 'csv/discentes-2024.csv'):
download_discentes_semestre(url, 'csv/discentes-2024.csv')

def download_discentes_semestre(url, discentes_csv):
file_name = discentes_csv
Expand Down

0 comments on commit 64542d2

Please sign in to comment.