Skip to content

Commit

Permalink
Update updown.py (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-db authored Dec 27, 2024
1 parent c5ea3f8 commit be4a41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/updown.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def main():
else:
print(name, 'exists with different stats, downloading')
res = download(dbx, folder, subfolder, name)
with open(fullname) as f:
with open(fullname, 'rb') as f:
data = f.read()
if res == data:
print(name, 'is already synced [content match]')
Expand Down

0 comments on commit be4a41c

Please sign in to comment.