Aliayub1995
commited on
Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -23,7 +23,7 @@ class EndpointHandler:
|
|
23 |
# Initialize variables
|
24 |
current_path = os.getcwd()
|
25 |
logging.info(f"Current Path: {current_path}")
|
26 |
-
dir = os.walk("
|
27 |
# Iterate through the generator
|
28 |
for dirpath, dirnames, filenames in dir:
|
29 |
logging.info(f"Current Path: {dirpath}")
|
|
|
23 |
# Initialize variables
|
24 |
current_path = os.getcwd()
|
25 |
logging.info(f"Current Path: {current_path}")
|
26 |
+
dir = os.walk("../app")
|
27 |
# Iterate through the generator
|
28 |
for dirpath, dirnames, filenames in dir:
|
29 |
logging.info(f"Current Path: {dirpath}")
|