Skip to content

Commit be4a41c

Browse files
authored
Update updown.py (#477)
1 parent c5ea3f8 commit be4a41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/updown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def main():
9494
else:
9595
print(name, 'exists with different stats, downloading')
9696
res = download(dbx, folder, subfolder, name)
97-
with open(fullname) as f:
97+
with open(fullname, 'rb') as f:
9898
data = f.read()
9999
if res == data:
100100
print(name, 'is already synced [content match]')

0 commit comments

Comments
 (0)