fix split_char

This commit is contained in:
DJ2LS 2022-12-28 13:37:37 +01:00
parent e30f09f4de
commit 47e177f399
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ else:
# convert binary data to base64
#base64_data = base64.b64encode(file).decode("UTF-8")
split_char = b'\0;'
split_char = b'\0;\1;'
filetype = b"unknown"
timestamp = str(int(time.time()))