print ls assets
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ ERROR = "error"
|
|
45 |
# new_height = subtify_logo_height // factor
|
46 |
|
47 |
# print ls
|
48 |
-
print(os.listdir("
|
49 |
|
50 |
BACKGROUND_COLOR = "#0b0f19"
|
51 |
BUTTON_COLOR = "#47515f"
|
|
|
45 |
# new_height = subtify_logo_height // factor
|
46 |
|
47 |
# print ls
|
48 |
+
print(os.listdir("./assets"))
|
49 |
|
50 |
BACKGROUND_COLOR = "#0b0f19"
|
51 |
BUTTON_COLOR = "#47515f"
|