Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalkhov committed May 11, 2024
1 parent da7a418 commit 400f8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def main():
os.makedirs(f'repos/{local_code}', exist_ok=True)
url = BASE_REPO_URL.format(repo_code=repo_code, local_code=local_code)
octo = Octodir(url, f'repos/{local_code}', API_KEY)
octo.download_folder()
octo.dowload_folder()

print(f'\n# Processing {local_code.upper()} #')

Expand Down

0 comments on commit 400f8ec

Please sign in to comment.