Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Mar 5, 2022
1 parent cfd8d83 commit a095e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ client = FirstCrowdinClient()

file_name = '__path_to_the_file__'

storage = client.storages.add_storage(open(file_name))
storage = client.storages.add_storage(open(file_name, 'rb'))

my_file = client.source_files.add_file(__project_id__, storage['data']['id'], file_name)

Expand Down

0 comments on commit a095e91

Please sign in to comment.