Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
log2 committed Aug 5, 2024
1 parent 2748a4e commit 71222d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ def binary_string_to_file(binary_string):
file.write(binary_string)

def upload(remote_dir,name,binary_string):
if check_box_has(remote_dir,name,binary_string):
return
remote_path = os.path.join(remote_dir, name)
check_parent_dir(remote_path)
binary_string_to_file(binary_string)
Expand Down

0 comments on commit 71222d4

Please sign in to comment.