sigyllly commited on
Commit
35e50d4
·
verified ·
1 Parent(s): d3dc2dd

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -0
utils.py CHANGED
@@ -8,6 +8,7 @@ import shutil
8
  import tempfile
9
  import requests
10
  import json
 
11
 
12
  BASE_DIR = os.path.abspath(os.path.dirname(__file__))
13
  UPLOAD_FOLDER = os.path.join(BASE_DIR, "uploads")
 
8
  import tempfile
9
  import requests
10
  import json
11
+ import secrets
12
 
13
  BASE_DIR = os.path.abspath(os.path.dirname(__file__))
14
  UPLOAD_FOLDER = os.path.join(BASE_DIR, "uploads")