Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|