Removed all print statements

This commit is contained in:
Falko Victor Habel 2024-03-10 17:14:10 +01:00
parent 0b6443aa36
commit 17c939c15d
1 changed files with 16 additions and 0 deletions

16
data/program.json Normal file
View File

@ -0,0 +1,16 @@
{
"window_width": 1000,
"window_height": 750,
"window_state": "normal",
"btn_img_size": [
75,
75
],
"skipable_frames": 30,
"img_format": ".jpg",
"used_threads": 4,
"thread_detection_method": "automatic",
"data_mode": "Resize",
"color": "#5f00c7",
"thickness": 4
}