Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /