Aliayub1995 commited on
Commit
40fcb49
·
verified ·
1 Parent(s): 097ab33

Update handler.py

Browse files
Files changed (1) hide show
  1. 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("/app")
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}")