Skip to content

Commit

Permalink
Update updown.py
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-db authored Jun 27, 2023
1 parent 487793d commit 8cac039
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 8cac039

Please sign in to comment.