dragonSwing commited on
Commit
626cc1b
·
1 Parent(s): e086001

Update config

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -2,7 +2,7 @@ import imagehash
2
 
3
  # -------------- Initializations ---------------------
4
 
5
- DOWNLOAD_DIR = "downloads"
6
 
7
  FRAME_BUFFER_HISTORY = 15 # Length of the frame buffer history to model background.
8
  DEC_THRESH = (
 
2
 
3
  # -------------- Initializations ---------------------
4
 
5
+ DOWNLOAD_DIR = "/downloads"
6
 
7
  FRAME_BUFFER_HISTORY = 15 # Length of the frame buffer history to model background.
8
  DEC_THRESH = (