K00B404 commited on
Commit
c341756
·
verified ·
1 Parent(s): 8f23352

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -6,7 +6,9 @@ import os
6
  from datetime import datetime
7
  import json
8
  import secrets
9
-
 
 
10
  def generate_random_key():
11
  return secrets.token_hex(8) # Generates a 16-character hexadecimal string
12
 
 
6
  from datetime import datetime
7
  import json
8
  import secrets
9
+ folders = [{'out':'output'},
10
+ {'ass':'assets'}
11
+ ]
12
  def generate_random_key():
13
  return secrets.token_hex(8) # Generates a 16-character hexadecimal string
14