Skip to content

Commit

Permalink
Update qStore.py
Browse files Browse the repository at this point in the history
  • Loading branch information
therealOri authored Jun 1, 2023
1 parent b0ae4d4 commit b313c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qStore.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def resize_and_center_image(qr_image_path, background_image_path):



def encode_video(file_name, string_split, vid_length):
def encode_video(file_name, string_split=51, vid_length=10):
chaes_ev = Chaes() # each time this function is called and you want to encode a video with a file, a new "chaes.salt" will be generated.
clear()
key_data = beaupy.prompt("Data for key gen")
Expand Down

0 comments on commit b313c14

Please sign in to comment.